<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/ellipse -->

<svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
  <ellipse fill="black" cx="100" cy="50" rx="100" ry="50" />
</svg>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.