-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBirds.html
43 lines (43 loc) · 1.14 KB
/
Birds.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
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>Birds</title>
<link rel="stylesheet" type="text/css" href="Type.css">
</head>
<body>
<div style="font-size: 50px">
<a href="Main.html">Back</a>
<a href="Mammal.html">Mammals</a>
<a href="Prehistoric.html">Prehistoric</a>
<a href="Reptiles.html">Reptiles</a>
<a href="Amphibians.html">Amphibians</a>
<a href="Invertebrates.html">Invertebrates</a>
</div>
<div>
<h1>Birds</h1>
</div>
<div style="font-size: 100px">
<a href="">Adélie Penguin</a>
<a href="">American Crow</a>
<a href="">American Goldfish</a>
<a href="">American Robin</a>
<a href="">Atlantic Puffin</a>
<a href="">Bald Eagle</a>
<a href="">Blue-Footed Booby</a>
<a href="">Brown Thrasher</a>
<a href="">California Quail</a>
<a href="">Eastern Blubird</a>
<a href="">Emperor Penguin</a>
<a href="">Flamingo</a>
<a href="">Northern Mockingbird</a>
<a href="">Ostrich</a>
<a href="">Peregrine Falcon</a>
<a href="">Pileated Woodpecker</a>
<a href="">Red-Tailed Hawk</a>
<a href="">Snowy Owl</a>
<a href="">Snowy Plover</a>
<a href="">Tundra Swan</a>
<a href="">Whooping Crane</a>
</div>
</body>
</html>