<!DOCTYPE html>
<html>
<body>
<h2>SVG circle Element</h2>
<svg height="100" width="100" xmlns="http://www.w3.org/2000/svg">
<circle r="45" cx="50" cy="50" fill="red" />
Sorry, your browser does not support inline SVG.
</svg>
</body>
</html>