Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following defines graphic drawing using JavaScript?

a) <class>
b) <canvas>
c) <graphics>
d) <draw>

Answer: b
Explanation: One or more class names are specified by the global <class> attribute. The canvas tag is only a container for graphics, you must use a script to actually draw the graphics. <graphics> and <draw> are imaginary part.

Join The Discussion