HTML
1
<svg width = "500" height = "500">
2
<rect x = "0" y = "0" width = "300" height = "200" fill = "red"></rect>
3
</svg>