-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFish.html
39 lines (39 loc) · 1022 Bytes
/
Fish.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
<!DOCTYPE html>
<html>
<head>
<title>Fish</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="Invertebrates.html">Invertebrates</a>
</div>
<div>
<h1>Fish</h1>
</div>
<div style="font-size: 100px">
<a href="">Blue Marlin</a>
<a href="">Bull Shark</a>
<a href="">Clown Anemonefish</a>
<a href="">Electric Eel</a>
<a href="">Goblin Shark</a>
<a href="">Great White Shark</a>
<a href="">Hairy Frogfish</a>
<a href="">Hammerhead Shark</a>
<a href="">Mobula Ray</a>
<a href="">Mola</a>
<a href="">Pufferfish</a>
<a href="">Red-Bellied Piranha</a>
<a href="">Sand Tiger Shark</a>
<a href="">Seahorse</a>
<a href="">Smalltooth Sawfish</a>
<a href="">Stingray</a>
</div>
</body>
</html>