Home » HTML » HTML Graphics » Question
  1. Which of the following element is used for canvas graphics?
    1. <css>
    2. <graphic>
    3. <paint>
    4. <canvas>
    5. 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).



Your comments will be displayed only after manual approval.