-
Which of the following element is used for canvas graphics?
-
- <css>
- <graphic>
- <paint>
- <canvas>
- None of these
Correct Option: D
CSS i.e. Cascading Style Sheet is a scripting language. Canvas graphics is introduced in HTML5. Element used for canvas graphics is <canvas>. The HTML canvas element is used to draw graphics, on the fly, via scripting (usually JavaScript).