html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<body bgcolor="chartreuse">
<svg width="350" height="200">
<rect width="550" height="200"
x="0" y="0" fill="skyblue" />
<polyline style="stroke-linejoin:miter; stroke:black;
stroke-width:2; fill:green;"
points="0 100, 200 200, 0 200" />
<polyline style="stroke-linejoin:miter; stroke:black;
stroke-width:2; fill:green;"
points="170 200, 550 10, 550 200" />
<line x1="10" y1="200" x2="550" y2="200"
style="stroke:#000000; stroke-linecap:line;
stroke-width:1" />
<circle cx="200" cy="200" r="15" fill="orange">
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run