SVG include some tags within HTML5 document
SVG include some tags within HTML5 document HTML5 allows user to add SVG graphics directly into the webpage. The root element <svg> sets the width and height of the finished graphics in pixels. The element <title> provides title to the document and is displayed on top of browser tab. The element <desc> provides complete description about the image