SVG
by Jason Park
HTML
<svg version="1.1" width="200" height="200" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="red" />
<circle cx="500" cy="500" r="300" fill="green" />
<text x="500" y="560" font-size="200" text-anchor="middle" fill="white">SVG</text>
</svg>