-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.06 KB
/
index.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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Ducks</title>
</head>
<body>
<article>
<h1>All About Ducks</h1>
<h3>Their Origin</h3>
<p> The origin of ducks is shrouded in mystery, but it is whispered that they are the result of the bald eagle being struck by lightning.
</p>
<h4>Great things about ducks</h4>
<ul>
<li>Cool hair</li>
<li>Weird feet</li>
<li>Very yelly</li>
</ul>
<h4>Best posible names for ducks</h4>
<ol>
<li>Scrooge McDuck</li>
<li>Daffy</li>
<li>Donald</li>
</ol>
<img src="http://i.imgur.com/LjsPI23.jpg" height="128">
<img src="http://static1.gamespot.com/uploads/screen_kubrick/1179/11799911/2860333-duck.jpg" height="128">
<img src="http://www.majesticwaterfowl.org/images/crossed%20feet.JPG" height="128">
<footer>
Copyright Cheri, 2016
Learn more about ducks at <a href="http://www.google.com">Google</a>.
</footer>
</article>
</body>
</html>