SVG Rectangle

Example drawing a rectangle using SVG.

Preview

Code

<svg width="200" height="100">
<rect width="150" height="80" x="25" y="10" stroke="black" fill="orange"/>
</svg>

More HTML SVG Examples (5)