-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparasaurolophus.html
69 lines (67 loc) · 3.11 KB
/
parasaurolophus.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
<!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 Parasaurolophus</h1>
<br>
<p>
<img src="images/para/Parasaurolophus.jpg" alt="parasaurolophus"/>
Parasaurolophus is a dinosaur that lived about 76 million years ago during the Late
Cretaceous Period. It was first discovered in 1922 in Alberta, Canada by
Dr. William A. Parks. He named it Parasaurolophus, a name which means “crested lizard”.
A name he gave the animal because of its prodigious bony crest that exists on top of its head.
Fossils of this dinosaur have not only been found in Canada, but has also been found in parts of
Utah and New Mexico.
<br>
This dinosaur is estimated to have been about 40 feet long, 8 feet
tall at the hips and weigh about 2 tons. The bony crest on top of its head is
believed to have grown as long as 6 feet long. Some scientists believe that air
could be pushed through this crest and that enabled this dinosaur to make low frequency sounds.
This means that it could use it like a wood wind instrument. In fact, the canals that exist inside of
it look very muchy like a European Crumhorn.
<br>
It is also believed that this dinosaur not only traveled on all four legs but
could also run on two legs when necessary. Parasaurolophus is believed to have been a
land based herbivore. This means that its diet probably consisted of ginkos, pine needles and leaves.
While the exact intelligence of this dinosaur can’t be accurately determined,
many scientist believe that it has an average intelligence among other dinosaurs for
its time. For example, it is believed that it wasn’t as smart as Carnosaurs, but that it wasn’t
as dumb as Stegosaurs. This dinosaur is also believed to have been a herd animal—much like buffalo are.
</p>
</div>
<img src="images/para/tumblr_inline_naixtxW0Pc1rx4yme.jpg" alt="parasaurolophus" style="width: 95%; height:100%;"/>
</body>
</html>