Home » HTML » HTML Introduction » Question
  1. Which of the following statement is true?
    1. SVG needs scripts to draw elements
    2. In canvas, drawing is done with pixels
    3. SVG don’t support to event handlers
    4. Canvas Contains built-in animations
    5. None of these
Correct Option: B

In SVG drawing is done with vectors and it support event handlers. Canvas doesn’t contains any built-in-animations and drawing is done with pixels.



Your comments will be displayed only after manual approval.