-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (64 loc) · 2.47 KB
/
index.html
File metadata and controls
69 lines (64 loc) · 2.47 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
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About dogs</title>
</head>
<body bgcolor="#848484">
<center>
<h1 >
<font color="#10FB7F" >Dogs</font>
</h1>
<font color="green"> <img src="img/dogs.jpg" border="20px" width="65%" alt="dogs image"> </font>
</center>
<h2>
<font color="blue">About dogs</font>
</h2>
<p>
<font face="arial" color="add8e6" size="5">Dogs <em>(Canis lupus familiaris)</em> are domesticated mammals, not natural wild animals. They were originally bred from <strong> wolves</strong>. They have been bred by humans for a long time, <u> and were the first animals ever to be domesticated.</u>
</font>
</p>
<p>
<font color="white" size="2">Today, some dogs are used as pets, others are used to help humans do their work. They are a popular pet because they are usually playful, friendly, loyal and listen to humans. Thirty million dogs in the United States are registered as pets. Dogs eat both meat and vegetables, often mixed together and sold in stores as dog food. Dogs often have jobs, including as police dogs, army dogs, assistance dogs, fire dogs, messenger dogs, hunting dogs, herding dogs, or rescue dogs.
</font>
</p>
<p>
<font color="white" size="2">
They are sometimes called "canines" from the Latin word for dog - canis. Sometimes people also use "dog" to describe other canids, such as wolves. A baby dog is called a pup or puppy. A dog is called a puppy until it is about one year old.
</p>
<p>
Dogs are sometimes referred to as "man's best friend" because they are kept as domestic pets and are usually loyal
</font>
<p>
<strong><em> <font face="Myriad Pro" color="white" size="4">You can find a missing dog on <a href="http://nestao.com/" target="_blank" >nestao.com </a> </font> </em></strong>
</p>
<font color="#ff8c00">This is how to spell <strong><em><u>dog</u></em></strong> in some other languages:</font>
<ul>
<font color="yellow" size="2">
<li>пас</li>
<li>犬</li>
<li>собака</li>
<li>σκυλί</li>
<li>สุนัข</li>
</font>
</ul>
<table align="right" border="5px" bgcolor="lightgreen">
<tr align="center">
<th>Dog breed</th>
<th>Number of registered dogs</th>
</tr>
<tr align="left">
<td>Labrador Retriever</td>
<td>60,931</td>
</tr>
<tr align="left">
<td>Chihuahua</td>
<td>42,244</td>
</tr>
<tr align="left">
<td>German Shepherd</td>
<td>27,712</td>
</tr>
</table>
</body>
</html>