SVG Line

Example drawing a line using SVG.

Preview

Code

<svg width="200" height="100">
<line x1="0" y1="0" x2="200" y2="100" stroke="black"/>
</svg>

More HTML SVG Examples (5)