-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaiasaura.html
70 lines (69 loc) · 3.42 KB
/
maiasaura.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
<!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 Maiasaura</h1>
<br>
<p>
<img src="images/maia/maiasaurus_by_jpowersillustration-d9av8f0.jpg" alt="maiasaura"/>
Maiasaura is a large, herbivore that lived 65 to 80 million years ago during the late Cretaceous Period.
This dinosaur was first discovered in 1979 by Jack Horner and Robert Makela in Montana.
They then named it Maiasaura—a name which means “caring mother lizard.” They gave this dinosaur that
name because they found its fossils in the same area as large fossilized nests.
<br>
Maiasaura was approximately 30 feet long, 8 feet tall and probably weighed around 4 tons.
It was a duck-billed dinosaur that had a flattened skull and bony crests positioned in front of its eyes.
Its beak didn’t have any teeth, but this dinosaur did have cheek teeth—and many sharp ones at that.
This would have allowed it to process plant material at a pretty fast pace. Plant material that probably
consisted of seed ferns, conifers, gingko and berries. Which is a good thing it could process these
plants quickly, because scientists estimate that it took approximately 200 to 250 pounds of plant
material daily to keep this dinosaur healthy.
<br>
Since this dinosaur was found in what is now known as ‘egg mountain’,
paleontologists have concluded that it probably cared for its young.
They have also concluded that this mountain was a giant maternity ward because all
of the nests were approximately 7 feet apart. If this is true, then this would mean the
dinosaurs flocked to this mountain to take care of all of their young at once.
An interesting fact about Maiasaura, is that even though these dinosaurs walked on all fours,
it was not as slow as some other herbivores at the same. Some paleontologists have stated that
they believe this dinosaur to have been capable of moving at a speed of about 25 miles per hour.
This would have allowed it to escape carnivores. It may have also been able to butt predators, much
like a rhinoceros, if it got cornered.
</p>
</div>
<img src="images/maia/maiasaurus_by_jpowersillustration-d9av8f0.jpg" alt="maiasaura" style="width: 95%; height: 100%;"/>
</body>
</html>