-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (69 loc) · 3 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zoo Animals</title>
</head>
<body>
<h1>Animals in the Zoo</h1>
<ol type=I>
<li><h3>Bears</h3></li>
<img src="https://www.biologicaldiversity.org/assets/img/species/mammals/GrizzlyBearRobinSilver.jpg" Width="300" alt="Grizzly Bear laying on log">
<p>
Bears a large omnivorous mammals, there are only eight species of bear!<br>
Here are our bears:
<ol type="i">
<li>Ollie</li>
<li>Mona</li>
</ol>
</p>
<a href="https://www.natgeokids.com/uk/discover/animals/general-animals/black-bear-facts/">More bear facts</a>
<li><h3>Giraffes</h3></li>
<img src="https://cdn.mos.cms.futurecdn.net/mEuBJTDhXuTfSKdLefzSKg-1200-80.jpg" Width="300" alt="Giraffe walking">
<p>
Giraffes are large hoofed mammals with incredibly long necks!<br>
Here are our giraffes:
<ol type="i">
<li>Frankie</li>
<li>Coconut</li>
</ol>
</p>
<a href="https://www.natgeokids.com/uk/discover/animals/general-animals/ten-giraffe-facts/">More giraffe facts</a>
<li><h3>Lions</h3></li>
<img src="https://cdn.britannica.com/29/150929-050-547070A1/lion-Kenya-Masai-Mara-National-Reserve.jpg" Height="212" alt="lion walking at sunset">
<p>
Lions are a breed of big cats, the males have large furry manes!<br>
Here are our lions:
<ol type="i">
<li>Mella</li>
<li>Karl</li>
</ol>
</p>
<a href="https://www.natgeokids.com/uk/discover/animals/general-animals/10-lion-facts/">More lion facts</a>
<li><h3>Monkeys</h3></li>
<img src="https://images.newscientist.com/wp-content/uploads/2016/04/gettyimages-518718160.jpg?crop=4:3,smart&width=1200&height=900&upscale=true" width="300" alt="monkey on tree branch">
<p>
Monkeys are primates with tails and fingers like us <br>
Here are our monkeys:
<ol type="i">
<li>Cookie</li>
<li>Earl</li>
<li>Banana Pudding</li>
</ol>
</p>
<a href="https://www.treehugger.com/things-you-didnt-know-about-monkeys-4869728">More monkey facts</a>
<li><h3>Alligators</h3></li>
<img src="https://news.wttw.com/sites/default/files/styles/full/public/article/image-non-gallery/Alligator%201_0711.jpg?itok=QbxFAfy4" height="225" alt="alligator at the edge of land">
<p>
Alligators are large ancient reptiles that have a bite force of 2000lbs per square inch <br>
Here are our alligators:
<ol type="i">
<li>Wren</li>
<li>Aspen</li>
<li>Mika</li>
</ol>
</p>
<a href="https://kids.nationalgeographic.com/animals/reptiles/facts/american-alligator">More alligator facts</a>
</body>
</html>