1.
What is the advantage of using SVG icons over raster images in web design?
2.
How can you embed an inline SVG icon directly into an HTML document?
3.
Which CSS property is commonly used to style SVG icons in HTML documents?
4.
What is the purpose of using external SVG files for icons in web development?
5.
How can you reference an external SVG file within an HTML document for displaying an icon?
6.
Which attribute is used in SVG <use> elements to reference a specific icon within an external SVG file?
7.
How can you apply CSS styles to an SVG icon referenced using the <use> element?
8.
What is the purpose of using SVG sprite sheets for icons in web development?
9.
How can you include an SVG sprite sheet in an HTML document for displaying icons?
10.
Which attribute of SVG sprite <symbol> elements is used to define a unique ID for each icon within the sprite sheet?