Google News
logo
HTML5 - Interview Questions
What is SVG ?
a.  SVG is the abbreviation for Scalable Vector Graphics and is recommended by W3C.
b.  It is used to define vector-based graphics for the Web. All the element and attributes of SVG files can be animated.
c.  The graphics are defined in XML format.
d.  An important quality of SVG graphics is that their quality is maintained even when they are zoomed or resized.

Advertisement