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>
<title>Page Title</title>
<style>
h1{
background-color:#FF0000;
color:#000000;
text-align:center;
font-family:Courier;
margin:15px;
padding:10px;
}
h2{
text-align:center;
background-color:#ccff66;
color:#000000;
margin:10px;
font-family:georgia;
}
h4{ background-color:#D2691E;
margin:10px;
padding:10px;
color:
text-align:justify;
font-family:calibri;
}
body{
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run