SVG (Scalable Vector Graphics) has a range of elements that you can use to create rich graphics directly within an HTML document or standalone SVG files. Below is a comprehensive list of SVG elements:
<svg>- The root SVG container.<g>- Grouping element to group various shapes together.<defs>- Defines elements to be reused.<desc>- Description for its parent. For accessibility and metadata.<metadata>- Contains metadata about the SVG.<symbol>- Defines graphical template objects.- `` - Reuse graphical elements.
