1 2 3 4 5
<html> <svg width="400" height="300"> <rect id="rect" width="100" height="100" fill="green" x="0" y="0"/> </svg> </html>