-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (67 loc) · 3.45 KB
/
index.html
File metadata and controls
68 lines (67 loc) · 3.45 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--<link rel="stylesheet" href="css_reset.css">-->
<link rel="stylesheet" href="style.css">
<title>Cat Website</title>
</head>
<body>
<main>
<article class="container">
<h1>The domestic cat</h1>
<section id="forMoreInformation">
<a href="#">Click here for more information about the lions</a>
</section>
<br>
<section id="about">
<h2>About Domestic cat</h2>
<p>
They are often called house cats when kept as indoor pets or simply cats when there is no need to distinguish them from other felids and felines. They are often valued by humans for companionship. <br>
There are more than seventy cat breeds recognized by various cat registries..
</p>
<u>Cat Senses</u>
<ul>
<li>They can hear sounds too faint or too high in frequency for human ears </li>
<li>They can see in near darkness</li>
<li>They have poorer color vision and a better sense of smell than humans.</li>
</ul>
</section>
</article>
<article class="container">
<h1>History</h1>
<p>Cats were venerated in ancient Egypt, but there may have been instances of domestication as early as the Neolithic from around 9,500 years ago (7500 BC). Did you know that, The felids are a rapidly evolving family of mammals that includes:</p>
<ol>
<li>Lion</li>
<li>Tigers</li>
<li>cougars</li>
</ol>
<br>
<h2>Media</h2>
<img src="https://images.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg?auto=compress&cs=tinysrgb&w=600 " alt="cat image">
</article>
<article class="container">
<h1>The Lion</h1>
<p>
Present in Africa and India, the lion typically inhabits grasslands and savannahs, but is absent in dense forests. It is usually more diurnal than other big cats, but when persecuted adapts to being active at night and at twilight. A lion pride consists of a few adult males, related females and cubs. Prides vary in size and composition from three to 20 adult lions, depending on habitat and prey availability. Females cooperate when hunting and prey mostly on large ungulates, including antelope, deer, buffalo, zebra and even giraffe
</p>
<h2 class="borderClass">The difference between Characteristics and Behavior</h2>
<br>
<table border="2">
<thead>
<th>Characteristics</th>
<th>Behavior</th>
</thead>
<tbody>
<tr>
<td>The lion is a muscular, deep-chested cat with a short, rounded head, a reduced neck and round ears</td>
<td>Lions spend much of their time and resting, and are inactive for about 20 hours per day.</td>
</tr>
</tbody>
</table>
<br>
<img src="https://images.pexels.com/photos/7600241/pexels-photo-7600241.jpeg?auto=compress&cs=tinysrgb&w=600" alt="lion image">
</article>
</main>
</body>
</html>