<html>
<body>
<h2>SVG ellipse Element</h2>
<svg height="140" width="500" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="120" cy="80" rx="100" ry="50" style="fill:yellow;stroke:green;stroke-width:3" />
Sorry, your browser does not support inline SVG.
</svg>
</body>
</html>