SVG files can be embedded into HTML documents with the use of <embed> tag, the <object> tag, or the <iframe> tag.
Creating SVG files using HTML
Below you should see three different methods on how to embed SVG file into HTML page.
Using the <embed> Tag
The <embed> tag is supported in almost all major browsers,
and allows scripting.
Note: The Adobe SVG
viewer recommends that you use the EMBED tag when
embedding SVG in HTML page! However, if you want to
create valid XHTML, you cannot use <embed> - The <embed>
tag is not listed in any HTML specifications