-
Notifications
You must be signed in to change notification settings - Fork 0
/
tyrannosaurus.html
74 lines (73 loc) · 3.45 KB
/
tyrannosaurus.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
69
70
71
72
73
74
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Dino world</title>
<link rel="icon" href="images/icon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
background-color: #1b242f;
}
h1{
text-align: center;
color: #fff;
}
p{
text-align: justify;
color: #fff;
font-size: 18px;
margin-left: 80px;
margin-right: 80px;
}
img{
float: left;
width: 300px;
height: 200px;
padding: 10px;
}
</style>
</head>
<body>
<div>
<h1>About Tyrannosaurus</h1>
<br>
<p>
<img src="images/tyr/Tyrannosaurus.jpg" alt="tyrannosaurus"/>
Tyrannosaurus is a large, bipedal carnivore that lived approximately 66 to
68 million years ago during the late Cretaceous Period. It is considered to be one of
the largest carnivorous dinosaurs to have ever walked the Earth and its very name means
“tyrant lizard”. It was first discovered in 1902 by Barnum Brown.
3 years later, Henry Fairfield Osborn would give this dinosaur its now iconic name.
<br>
Tyrannosaurus is believed to be one of the most aggressive and
fearsome dinosaurs to walk the planet. It stood approximately 20 feet tall,
was about 40 feet long from head to tail and weighed approximately 7 tons. It is
believed this dinosaur feasted on large herbivore dinosaurs such as triceratops and brontosaurus
dinosaurs. The T- Rex—as it is commonly referred to—had an deadly bite. It had a minimum bite force
of at least 12,000 pounds and could eat over 500 pounds of meat in one bite.
<br>
The T Rex is not only known for its size and aggressive nature,
but is also known for its very tiny hands. Scientists don’t currently
know how the Tyrannosaurus used its tiny arms or what purposes it served,
but there are some theories floating around. One theory states that these animals used
their arms to lift themselves off of the ground after they have been knocked down during battle.
Another theory stipulates that these dinosaurs used their arms to tightly grab squirming prey so they
could bite them. Considering the strength of these appendages, then this theory seems to be one of the most
plausible.
<br>
At the time of this writing, an interesting fact is that only
about 30 Tyrannosaurus skeletons have been found around the world.
Most of them have been found in the Western portion of the United States
(in Montana, Texas, Wyoming and Utah), but some have also been found in Alberta and
Saskatchewan Canada, and in Mongolia.
</p>
</div>
<img src="images/tyr/vladkonstantinovtyrannosaurus.jpg" alt="tyrannosaurus" style="width: 95%; height: 100%"/>
</body>
</html>