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
<!-- Created by Rick Sanchez-->
<!DOCTYPE HTML>
<head>
<meta charset="UTF-8">
<title>Testing page</title>
</head>
<body>
<svg viewbox="0, 0, 400, 300">
<circle cx="80" cy="60" r="50" style="fill:darkolivegreen; stroke:black; stroke-width:5" />
<rect width="100" height="100" x="200" y="30" style="fill:darkolivegreen; stroke:black; stroke-width:5" />
</svg>
<svg viewbox="0, 0, 800, 600">
<circle cx="80" cy="60" r="50" style="fill:darkolivegreen; stroke:black; stroke-width:5" />
<rect width="100" height="100" x="200" y="30" style="fill:darkolivegreen; stroke:black; stroke-width:5" />
</svg>
</body>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
/* Created by Rick Sanchez */
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by Rick Sanchez
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run