-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpachycephalosaurus.html
65 lines (64 loc) · 3.2 KB
/
pachycephalosaurus.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
<!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 Pachycephalosaurus</h1>
<br>
<p>
<img src="images/pach/Pachy1.png" alt="pachyceohalosaurus">
Pachycephalosaurus is a plant eating dinosaur which lived approximately 75 million
years ago during the late Cretaceous Period. It was first discovered in 1938 by William Winkley in Montana.
Since then, other fossils of this dinosaur has been found in Canada, Mongolia and Madagascar.
<br>
Pachycephalosaurus is believed to have grown to be about 15 feet long and probably weighed in
excess of 900 pounds. This dinosaur is known for its five-fingered claws, long powerful legs and
three toed clawed feet. However, what it is most known for its it thick domed skull.
This dinosaur’s skull wall could be as much as ten inches thick. This thick skull plate
was also surrounded by bony knobs. Paleontologists believe that this skull plate was used
by the dinosaurs either as a self-defense mechanism or to butt heads with other Pachycephalosaurus dinosaurs,
kind of like what big horned sheep do. However, some paleontologists believe that this couldn’t have been the case.
They posit that these dinosaur’s skulls were not heavy enough to absorb such impacts and that there haven’t been any
fossil specimens of this dinosaur that have been found with the skull damage that would likely happen during such impacts.
<br>
It is believed that this dinosaur was an herbivore and lived primarily off of plants, fruits and seeds.
It is believed that its teeth were incapable of handling some of the tougher foliage like other herbivores of the era,
so paleontologist believe that the plants it must have lived off of must have been soft. However, an interesting fact is
that it is also possible that this dinosaur lived off of insects as well.
</p>
</div>
<img src="images/pach/Pachycephalosaurus-654x444.jpg" alt="pachyceohalosaurus" style="width: 95%; height: 100%">
</body>
</html>