Which element is used to draw graphics and animations? A <canvas> B <script> C <noscript> D <picture> Which element is used to draw graphics and animations? Correct Answer <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.