-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColor-full.html
More file actions
19 lines (19 loc) · 791 Bytes
/
Color-full.html
File metadata and controls
19 lines (19 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>My webpage</title>
</head>
<body style="background-color:blue">
<h1 style="background-color:orange;color:snow;font-family: Arial;text-align:center">Hello world!<h1>
<p style="color:blue;font-size: 40px;background-color: pink;text-align:center">Hello! The creator of this page is Alex Jones. I am coding this with HTML using Atom!</p>
<h1 style="text-align:center;color:maroon">Keep calm, and code on!</h1>
<h6 style="text-align:center;color:maroon">-Alex Jones</h6>
<h1>Ingredents for fun!</h1>
<ol>
<li>Friends</li>
<li>Food</li>
<li>Cheerfulness</li>
<li>Code</li>
</ol>
</body>
</html>