Hello World! (Copy 4953)
✨ Chinnatad Prommee
<html> <style> body{ margin:1pm; background-color:gray; } </style> <svg width="1600" height="400"> <rect x="10" y="10" width="500" height="100" fill="black"></rect> <rect x="10" y="100" width="500" height="100" fill="red"></rect> <rect x="10" y="200" width="500" height="100" fill="yellow"></rect> </svg> </html>