-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpictures.html
45 lines (43 loc) · 1.38 KB
/
pictures.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
<html>
<head>
<title>Pet Website-Pictures</title>
<link type="text/css" rel="stylesheet" href="stylecode.css">
</head>
<body>
<div class="background">
<h1>Images of Pets</h1>
<h5>Becky. Song & Newcomb. Maddux</h5>
<hr style="height: 3px; border:none; border-top:5px double black;"/>
</div>
<h5><a href="index.html">Return to Index</a></h5>
<h5><a href="description.html">See the Descriptions</a></h5>
<h2>Lizards</h2>
<ol>
<li><b>Bearded Dragon</b></li>
<img src="beardDrag.png" title="Bearded Dragon"/>
<li><b>Gold-Dust Day Gecko</b></li>
<img src="gold.jpg" title="Gold-Dust Day Gecko"/>
<li><b>Leopard Gecko</b></li>
<img src="leopard.jpg" title="Leopard Gecko"/>
</ol>
<h2>Snakes</h2>
<ol>
<li><b>Red Tail Boa</b></li>
<img src="redtailboa.jpg" title="Red Tail Boa"/>
<li><b>Kenyan Sand Boa</b></li>
<img src="kenyansand.jpg" title="Kenyan Sand Boa"/>
<li><b>Ball Python</b></li>
<img src="ballpython.jpg" title="Ball Python"/>
</ol>
<h2>Hermit Crabs</h2>
<ol>
<li><b>Caribbean Crab</b></li>
<img src="caribbean.jpg" title="Caribbean Crab"/>
<li><b>Coenobita Clypeatus</b></li>
<img src="coenobita.jpg" title="Coenobita Clypeatus"/>
<li><b>Ecuadorian Crab</b></li>
<img src="ecuadorian.jpg" title="Ecuadorian Crab"/>
</ol>
<h3><a href="index.html">Return to Index</a></h3>
</body>
</html>