-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLab2.html
More file actions
30 lines (30 loc) · 1.26 KB
/
Lab2.html
File metadata and controls
30 lines (30 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Cats</title>
<link href="lab2styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<article>
<!-- Write your styles in style.css -->
<h1>Cats</h1>
<p>The cat (Felis catus) is a domestic species of small carnivorous mammal.<sup>[1]</sup><sup>[2]</sup> It is the only domesticated species in the family Felidae and is often referred to as the domestic cat to distinguish it from the wild members of the family.<up>[4]</up> A cat can either be a house cat, a farm cat or a feral cat; the latter ranges freely and avoids human contact.<sup>[5]</sup> Domestic cats are valued by humans for companionship and their ability to hunt rodents. About 60 cat breeds are recognized by various cat registries.<sup>[6]</sup> <del>It's been scientifically proven that are smarter than dogs.</del></p>
<h2>Features</h2>
<ul>
<li>Carnivorous</li>
<li>Mammal</li>
<li>domesticated</li>
</ul>
<h2>Common Breeds</h2>
<ul>
<li>Abyssinian</li>
<li>Balinese</li>
<li>Bengal</li>
<li>Birman</li>
<li>Bombay</li>
</ul>
</article>
</body>
</html>