<html>
<body>
<h1>My second SVG</h1>
<svg width="150" height="100" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="green" />
<circle cx="75" cy="50" r="40" fill="yellow" />
<text x="75" y="60" font-size="30" text-anchor="middle" fill="red">SVG</text>
Sorry, your browser does not support inline SVG.
</svg>
</body>
</html>