-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (32 loc) · 1.62 KB
/
index.html
File metadata and controls
43 lines (32 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blahaj in the ocean</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="main-div">
<div class="shark-image">
<img src="shark.jpg" alt="A shark in the ocean" class="shark-image">
</div>
<div>
<h1>A shark is?</h1>
<p>Sharks are a group of elasmobranch fish characterized by a cartilaginous skeleton, five to seven gill slits on the sides of the head, and pectoral fins that are not fused to the head. Modern sharks are classified within the clade Selachimorpha and are the sister group to the rays.</p>
<p>Lifespan: 20 – 30 years (In the wild)
Scientific name: Selachimorpha
Speed: 50 km/h (Maximum, Adult, In The Water, In Short Bursts)
Class: Chondrichthyes
Kingdom: Animalia
biggest shark: whale shark
smallest shark: dwarf lanternshark
Phylum: Chordata</p>
<p>
There could be a billion or more sharks in all the oceans around the world. Up until the 16th century, mariners called sharks “sea dogs." Today, scientists believe there are more than 400 different species of sharks in the world. The smallest of these — the dwarf lanternshark — is less than seven inches long.
</p>
</div>
</div>
<div><button><a href="quiz.html">Take the shark quiz</a></button></div>
</body>
</html>