-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (47 loc) · 2.11 KB
/
index.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
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">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>breather</title>
</head>
<style>
#a { background-image: url(wall.jpg);
background-repeat: no-repeat;
}
</style>
<body>
<!--p tag is used to create a paragraph-->
<h1>WILD LIFE TOURIST</h1>
<p>The site is very cool</p>
<P>Your travels are always sorted with us.</P>
<p> We go extra miles to get you the best sceneries of your desires.</p>
<hr>
<h2>Be Wild Then lets Talk about Wild</h2><br><br>
<P>Wildlife traditionally refers to <b> <i> undomesticated</i> animal species</b></P>
<p> but has come to include all organisms that grow </p>
<p>live wild in an area without being introduced by human</p>
<p>Wildlife can be found in all ecosystems.</p>
<p>Deserts, forests, rainforests, plains, grasslands,</p>
<p>Other areas, including the most developed urban areas</p>
<p>All have distinct forms of wildlife</p><br>
<h3>Your are the wild; But here is our <b>W</b>illd</h3>
<img src="img.png" alt="" width="300"><b></b><b></b>
<h2 id="a">
<p id="tt">There are five subspecies of this big cat.</p>
<p>It is slim and has muscular, long legs — in relation</p>
<p>to its body size when compared to other cats — a small, rounded</p>
<p>head that is set on a long neck, a flexible spine,</p>
<p>a deep chest, special pads on its feet for traction, and a long</p>
<p>tail for balance. It is also the only cat that cannot </p>
<p>retract its claws, an adaptation to help maintain traction like</p>
<p>a soccer player’s cleats. It also bears distinctive </p>
<p>black “tear tracks” running from the inside corner of each eye to</p>
<p>the mouth that may serve as an anti-glare mechanism for daytime hunting.</p> <br><br>
<p>Cheetahs tend to encounter conflict with farmers when the</p>
<p>decline of their natural prey leads them to attack livestock,</p>
<p> resulting in farmers killing them in retaliation.</p><b></b><b></b></h2>
</body>
</html>