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 Face</title>
<link rel="stylesheet" href="HTMLnotes.css?version=1">
</head>
<body>
<article>
<h1> Animated Face </h1>
<p style="text-align:left;">Code:</p>
<p style="text-align:left;">
<span><p align="center"> <br>
<svg width="750" height="300" viewBox="0 0 250 100"><br>
<br>
<defs><br>
Enter to Rename, Shift+Enter to Preview
css
css
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
p {
text-align:center;
}
h1 {
text-align:center;
}
h2 {
text-align:center;
}
h3 {
text-align:center;
}
.c {
background-color:lightgreen;
}
hr {
width:100%;
height:15px;
background:black;
}
body {
background-color:lightcyan;
}
span {
background-color:lightgreen;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run