-
Notifications
You must be signed in to change notification settings - Fork 0
/
Invertebrates.html
47 lines (47 loc) · 1.18 KB
/
Invertebrates.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
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Invertebrates</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="Birds.html">Birds</a>
<a href="Prehistoric.html">Prehistoric</a>
<a href="Reptiles.html">Reptiles</a>
<a href="Amphibians.html">Amphibians</a>
<a href="Fish.html">Fish</a>
</div>
<div>
<h1>Invertebrates</h1>
</div>
<div style="font-size: 100px">
<a href="">Black Widow</a>
<a href="">Christmas Island Red Crab</a>
<a href="">Cicada</a>
<a href="">Dung Beetle</a>
<a href="">Earth Worm</a>
<a href="">Giant Squid</a>
<a href="">Head Louse</a>
<a href="">Hissing Cockroach</a>
<a href="">Honeybee</a>
<a href="">Jellyfish</a>
<a href="">Ladybug</a>
<a href="">Luna Moth</a>
<a href="">Monarch Butterfly</a>
<a href="">Mosquito</a>
<a href="">Nudibranch</a>
<a href="">Octopus</a>
<a href="">Peacock Mantis Shrimp</a>
<a href="">Praying Mantis</a>
<a href="">Scorpion</a>
<a href="">Sea Star</a>
<a href="">Stick Insect</a>
<a href="">Tarantula</a>
<a href="">Termite</a>
</div>
</div>
</body>
</html>