-
Which of the following defines graphic drawing using JavaScript?
-
- <canvas>
- <class>
- <draw>
- <graphics>
- None of these
Correct Option: A
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.