SVG(flag_sy) (Copy 6258)
✨ SUPHACHAI CHUENSOOKSRI
<html> <head> <title>Let's Start</title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } svg{ background:black; } </style> </head> <body> <svg viewbox = "0 0 900 600"> <rect x=0 y=0 width=900 height=200 fill="#ce1126"></rect> <rect x=0 y=200 width=900 height=200 fill="white"></rect> <image href="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Green_star_41-108-41.svg/630px-Green_star_41-108-41.svg.png" height="160" width="160" x=530 y=220 /> <image href="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Green_star_41-108-41.svg/630px-Green_star_41-108-41.svg.png" height="160" width="160" x=209.5 y=220 /> </svg> </body> </html>