Flag
✨ นางสาวสุพิชญา ทําสุนา
<html> <head> <title>Flag </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:whitesmoke; } </style> </head> <body> <svg viewBox="0 0 15 10"> <rect fill="green" width="15" height="10" x="0" y="0"/> <polygon points="0,0 0,10 15,5" style="fill:yellow;stroke:white;stroke-width:.1" /> <polygon points="0,0 0,10 6,5" style="fill:red;stroke:black;stroke-width:.1" /> </svg> </body> </html>