Home » HTML » HTML Graphics » Question
  1. Which of the following statement is not true?
    1. SVG is used to define graphics for the Web
    2. SVG is a W3C recommendation
    3. SVG doesn’t support event handlers
    4. SVG stands for Scalable Vector Graphics
    5. None of these
Correct Option: C

SVG stands for “Scalable Vector Graphics”, it is used to draw graphics for the web. W3C recommends SVG graphics. SVG also supports event handlers which is not supported in canvas.



Your comments will be displayed only after manual approval.