Menu
The svg tag creates a container for SVG graphics.
Example:
<svg width="600" height="400">
<rect width="600" height="400" style="fill:rgba(0,0,0,0.7);stroke-width:10;stroke:rgb(0,0,0)" />
Sorry, your browser does not support inline SVG.
</svg>User-submitted codepen.io examples of <svg> ↴
Submit a codepen.io link that demonstrates <svg>: