-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<title>zoo animals</title>
</head>
<body>
<h1>Bears</h1>
<p>po;ar bears are an endangered species</p
<img src="./image/bear.jpg"
alt="polar bears"
width="300">
<h2>ollie</h2>
<h2>mona</h2>
<h1>giraffs</h1>>all
<P>giraffs have long necks</P>
<img src="./image/giraffe.jpg"
alt="giraffe"
width="300"
<h2>frankie</h2>
<h2>coconut</h2>
<h1>lions</h1>
<p>the african lion is native to africa</p>
<img src="./image/lion.jpg"
alt="lion"
width="300"
<h2>mella</h2>
<h2>karl</h2>
<h1>monkeys</h1>
<p>there are both old world monkeys and new world monkeys</p>
<img src="./image/monkeys.jpg"
alt="monkeys"
width="300"
<h2>cookie</h2>
<h2>earl</h2>
<h1>alligators</h1>
<p>alligators heartrate slows during freezing winter</p>
<img src="./image/alligator.jpg"
alt="alligators"
width="300"
<h2>wren</h2>
<h2>aspen</h2>
</body>
</html>