-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reptiles.html
38 lines (38 loc) · 1011 Bytes
/
Reptiles.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
<!DOCTYPE html>
<html>
<head>
<title>Reptiles</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="Amphibians.html">Amphibians</a>
<a href="Invertebrates.html">Invertebrates</a>
</div>
<div>
<h1>Reptiles</h1>
</div>
<div style="font-size: 100px">
<a href="">American Alligator</a>
<a href="">Anaconda</a>
<a href="">Boa Constrictor</a>
<a href="">Burmese Python</a>
<a href="">Chameleon</a>
<a href="">Desert Tortoise</a>
<a href="">Gecko</a>
<a href="">Gila Monster</a>
<a href="">Green Sea Turtle</a>
<a href="">King Cobra</a>
<a href="">Komodo Dragon</a>
<a href="">Leatherback Sea Turtle</a>
<a href="">Loggerhead Sea Turtle</a>
<a href="">Nile Crocodile</a>
<a href="">Rattlesnake</a>
<a href="">Regal Horned Lizard</a>
</div>
</body>
</html>