12345678910111213141516171819202122 |
- fsfwefafaefcSC
- F
- S
- FSFewFAHBfAg
- <DSFVSF>
- <GSG FS02MAFfm="Fmseikf" />
- source: https://www.w3schools.com/
- <svg height="500" width="500">
- <polygon points="220,10 300,210 170,250 123,234" style="fill:lime;stroke:purple;stroke-width:1" />
- <polyline points="20,20 40,25 60,40 80,120 120,140 200,180"
- style="fill:none;stroke:black;stroke-width:3" />
- <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
- <rect x="50" y="20" width="150" height="150"
- style="fill:blue;stroke:pink;stroke-width:5;fill-opacity:0.1;stroke-opacity:0.9" />
- <rect x="352.324" y="311.765" fill="#5486F7" width="4" height="128"/>
- <rect x="478.871" y="266.351" fill="#FFFFFF" width="12" height="12"/>
- <ellipse cx="250" cy="250" rx="100" ry="50"
- style="fill:yellow;stroke:purple;stroke-width:2" />
- <ellipse cx="240" cy="100" rx="220" ry="30" style="fill:purple" />
- <ellipse cx="220" cy="70" rx="190" ry="20" style="fill:lime" />
- <ellipse cx="210" cy="45" rx="170" ry="15" style="fill:yellow" />
- </svg>
|