<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <title xml:lang="en">An XHTML document with an SVG fragment in it</title>
</head>
<body>
<p>Hello, I'm
<abbr title="Extensible HyperText Markup Language">XHTML</abbr>.</p>

<svg xmlns="http://www.w3.org/2000/svg" width="12cm" height="9cm"
     viewBox="0 0 400 300" version="1.1" id="SVGinXHTML">
  <title>A star</title>
  <polygon style="fill:red; stroke:blue; stroke-width:10"
           points="210,46 227,96 281,97 238,129 254,181 210,150 166,
                   181 182,129 139,97 193,97"/>
  <text x="180" y="118" id="SVGtext">I'm SVG.</text>
</svg> 

<p><abbr title="Extensible HyperText Markup Language">XHTML</abbr>
again here.</p>
</body>
</html>
