HTML5 SVG

The HTML syntax of HTML5 allows for MathML and SVG elements to be used inside a document.

<title>SVG in text/html</title>
<p>
<svg> <circle r='50' cx='50' cy='50' fill='green'/></svg>
</p>