-
Notifications
You must be signed in to change notification settings - Fork 0
/
lions.html
32 lines (32 loc) · 2.06 KB
/
lions.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<img src="images/logo.png"/>
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="index.html">MAP</a>
<a href="places.html">PLACES</a>
</div>
<div id="main">
<div id="content">
<div id="info-box-full">
<img src="images/lion.jpg"/>
<h3>LIONS</h3>
<p>The lion is a large cat of the genus Panthera native to Africa and India. It has a muscular, deep-chested body, short, rounded head, round ears, and a hairy tuft at the end of its tail. It is sexually dimorphic; adult male lions are larger than females and have a prominent mane.The size and weight of adult lions varies across global range and habitats. Accounts of a few individuals that were larger than average exist from Africa and India</p>
<p>One of the most widely recognised animal symbols in human culture, the lion has been extensively depicted in sculptures and paintings, on national flags, and in contemporary films and literature. Lions have been kept in menageries since the time of the Roman Empire and have been a key species sought for exhibition in zoological gardens across the world since the late 18th century. Cultural depictions of lions were prominent in Ancient Egypt, and depictions have occurred in virtually all ancient and medieval cultures in the lion's historic and current range.</p>
<strong><p>WHERE DO YOU FIND THEM</p></strong>
<p>Nearly all wild lions live in Africa, below the Sahara Desert, but one small population exists around Gir Forest National Park in western India. Lions in west and central Africa are more closely related to these Asiatic lions in India, than to those found in southern and east Africa.</p>
</div>
</div>
</div>
<div id="tabs-bottom">
<a href="weather.html">WEATHER</a>
<a href="feedback.html">FEEDBACK</a>
</div>
</body>
</html>