-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconservations.html
More file actions
71 lines (61 loc) · 2.77 KB
/
conservations.html
File metadata and controls
71 lines (61 loc) · 2.77 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
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Protected Tigers</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="bg_color">
<header class="header">
<div class="logo_box">
<img class="tiger_logo"
src="logo.png"
alt="">
</div>
<nav class="nav">
<a class="links" href="index.html">Home</a>
<a class="links" href="conservations.html">Conservations</a>
<a class="links" href="tiger reserves.html">Tiger Reserves</a>
<a class="links" href="types of tigers.html">Tiger Types</a>
<a class="links" href="contact us.html">Contact Us</a>
<a class="links" href="about.html">About this Project</a>
<a class="links" href="developer.html">About the Developer</a>
</nav>
</header>
<section class="section">
<br>
<h1>Conservation Efforts</h1>
<span>Many things have been done to <strong>protect tigers</strong> in <strong>India</strong> and from <strong>all around the world</strong>.</span>
<br><br>
<h2>Reasons Why Tigers are Endangered</h2>
<ol class="section">
<li>Habitat Loss</li>
<li>Hunting</li>
<li>Shortage of Prey</li>
</ol>
<br><br>
<div class="conservation extra">
<h2>Scientific Research</h2>
<br>
<p>We can't help and protect tigers without researching their behaviors, habitats, and problems etc.
<br><br>
WCS scientists are collborating with wildlife statisticians and local goverment to protect tigers.</p>
</div>
<br>
<div class="conservation needed">
<h2>Human and Tiger Conflicts</h2>
<br>
<p>Humans and tigers don't get along well. Humans hunt and poach tigers while tigers can sometimes attack humans. Tigers are
dangerous and can attack livestock and humans of any form.
<br><br>
But maybe the real problem is that we don't really understand them.
<a href="https://www.carerescuetexas.com/meet-the-animals/tigers/">The Care Rescue Texas</a> states that
"Despite reputation, most tigers avoid humans; however, a few do become dangerous man-eaters. These animals are often sick
and unable to hunt normally, or live in areas where their traditional prey has vanished."</p>
<br><br><br>
<span><i>The other website: <a href="https://www.wcs.org/our-work/species/tigers">WSC Wesbite</a></i></span>
</section>
</body>
</html>