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
<!DOCTYPE HTML>
<html>
<head lang="en-US>
<meta charset="UTF-8">
<title> Animated Fans </title>
<link rel="stylesheet" href="HTMLnotes.css?version=1">
</head>
<body>
<article>
<p>
<svg width="340" height="400" viewBox="-100 -50, 400 200" style="border: black solid; background-color:cyan;" preserveAspectRatio="xMidYMid meet">
<path d="M-200 150 L500 150 L500 300 L-200 300 Z" fill="green" stroke="black" />
<defs>
<g id="fan">
<title> Fan </title>
<desc> Its an animated fan </desc>
<g id="body">
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
background-color: black;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run