<!DOCTYPE html><html> <body> <h1>SVG/HTML 5 Example</h1> <svg> <circle id="myCircle" cx="100" cy="75" r="50" fill="blue" stroke="firebrick" stroke-width="3" /> <text x="60" y="155">Hello World</text> </svg> </body></html>