-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (62 loc) · 4.93 KB
/
index.html
File metadata and controls
72 lines (62 loc) · 4.93 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
72
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<script src="scripts/main.js"></script>
<link href="styles/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<title>Croc Blog</title>
</head>
<body>
<div class="wrap">
<header>
<h1 id="demo">This is Harold the croc</h1>
</header>
<!--
<nav class="menu">
<a href="/html/">HTML</a> |
<a href="/css/">CSS</a> |
<a href="/js/">JavaScript</a> |
<a href="/python/">Python</a>
</nav>
-->
<img src="images/crocodile-wallpaper.jpg" alt="My Croc">
<article>
<h3>What's up with the Croc?</h3>
<p>
Crocodiles (family Crocodylidae) or true crocodiles are large semiaquatic reptiles that live throughout the tropics in Africa, Asia, the Americas and Australia.
<br/><br/>The term crocodile is sometimes used even more loosely to include all extant members of the order Crocodilia, which includes the alligators and caimans (family Alligatoridae), the gharial and false gharial (family Gavialidae),
and all other living and fossil Crocodylomorpha. <br/><br/>Although they appear similar, crocodiles, alligators and the gharial belong to separate biological families. The gharial, with its narrow snout, is easier to distinguish, while
morphological differences are more difficult to spot in crocodiles and alligators. <br/><br/>The most obvious external differences are visible in the head, with crocodiles having narrower and longer heads, with a more V-shaped than a U-shaped
snout compared to alligators and caimans. Another obvious trait is that the upper and lower jaws of the crocodiles are the same width, and the teeth in the lower jaw fall along the edge or outside the upper jaw when the mouth is closed;
therefore, all teeth are visible, unlike an alligator, which possesses in the upper jaw small depressions into which the lower teeth fit. Also, when the crocodile's mouth is closed, the large fourth tooth in the lower jaw fits into a constriction
in the upper jaw.<br/> <br/>For hard-to-distinguish specimens, the protruding tooth is the most reliable feature to define the species' family. Crocodiles have more webbing on the toes of the hind feet and can better tolerate saltwater
due to specialized salt glands for filtering out salt, which are present, but non-functioning, in alligators. <br/><br/>Another trait that separates crocodiles from other crocodilians is their much higher levels of aggression. Crocodile
size, morphology, behaviour and ecology differ somewhat among species. However, they have many similarities in these areas as well. <br/><br/>All crocodiles are semiaquatic and tend to congregate in freshwater habitats such as rivers,
lakes, wetlands and sometimes in brackish water and saltwater. They are carnivorous animals, feeding mostly on vertebrates such as fish, reptiles, birds and mammals, and sometimes on invertebrates such as molluscs and crustaceans, depending
on species and age. All crocodiles are tropical species that, unlike alligators, are very sensitive to cold. They separated from other crocodilians during the Eocene epoch, about 55 million years ago. Many species are at the risk of extinction,
some being classified as critically endangered.
</p>
<br/>
<h3>Crocs fun facts</h2>
<div class="list-items">
<ul class="a">
<li>1. They are the biggest reptiles on Earth </li>
<li>2. Since they are big, there is a crocodile species called “Dwarf Crocodile” </li>
<li>3. They can be found in all inhabited continents with the exception of Europe. </li>
<li>4. Crocodiles are closely related to dinosaurs and birds </li>
<li>5. Crocodiles tears are real! </li>
<li>6. They can keep open their jaw underwater</li>
<li>7. They can live long (30-40 years, larger species up to 60-70 years). </li>
<li>8. Saltwater crocodiles have the strongest bite </li>
<li>10. They have a good night vision </li>
<li>11. Their heart is sophisticated (actively change the destination of blood that flows through it depending on requirements.) </li>
<li>12. Why there is not fun fact #9? cuz 7 8 9</li>
</ul>
</article>
<a href="https://www.youtube.com/watch?v=2l5BO619fk4"> Crocodile Manifesto</a>
</div>
</div>
</body>
</html>