forked from IT-varsity-Materials/AppAcademyWeek3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgorillas.html
More file actions
49 lines (39 loc) · 2.12 KB
/
gorillas.html
File metadata and controls
49 lines (39 loc) · 2.12 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>Gorilla</title>
</head>
<body>
<div id="header">
<img src="images/logo.png" />
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="map.html">MAP</a>
<a href="places.html">PLACES</a>
</div>
<div id="main">
<div id="content">
<div id="info-box-full">
<img src="images/gorilla.jpg" />
<h3>GORILLAS</h3>
<p>Gorillas are ground-dwelling, predominantly herbivorous apes that inhabit the forests of central Africa. The eponymous genus Gorilla is divided into two species: the eastern gorillas and the western gorillas, and either four or five subspecies.
They are the largest living primates by physical size. The DNA of gorillas is highly similar to that of humans, from 95 to 99% depending on what is counted, and they are the next closest living relatives to humans after the chimpanzees
and bonobos. Gorillas' natural habitats cover tropical or subtropical forests in Africa. Although their range covers a small percentage of Africa, gorillas cover a wide range of elevations. The mountain gorilla inhabits the Albertine
Rift montane cloud forests of the Virunga Volcanoes, ranging in altitude from 2,200 to 4,300 metres (7,200 to 14,100 ft). Lowland gorillas live in dense forests and lowland swamps and marshes as low as sea level, with western lowland
gorillas living in Central West African countries and eastern lowland gorillas living in the Democratic Republic of the Congo near its border with Rwanda.</p>
<h3>WHERE WILL YOU FIND THEM?</h3>
<p>You will find the gorilla cage at GO12.</p>
</div>
</div>
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="map.html">MAP</a>
<a href="places.html">PLACES</a>
</div>
</body>
</html>