-
Which element is used to draw graphics and animations?
-
- <picture>
- <noscript>
- >script<
- >canvas<
- None of these
Correct Option: D
<canvas> element is used with either canvas scripting APII or WebGL API to draw graphics and animations. Basically it includes all the global attributes like height, moz-opaque, width. It is not supported in Opera browser. <script> is used for embeding javascript code in document. An element <picture> contains <source> element and <image>. <noscript> defines section of HTML.