-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 871 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Clownfish</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Clownfish</h1>
<img class="img" src="image.jpg" alt="Clownfish" height="400px" width="100%">
<div class="main">
<p>A layer of mucus of the clownfish's skin makes it immune to the fish-eating anemone's lethal sting.</p><br>
<h4><strong>Scientific Name:</strong>Amphiprioninae</h4>
<h4><strong>Average Length:</strong> 1 Centimeters</h4>
<h4><strong>Average Lifespan:</strong> 7 years</h4>
<h4><strong>Habitat:</strong> Tropical coral reefs</h4>
<br>
<p>Bright orange with three distinctive white bars,clown anemonefish are among the most recognizable of all reef-dwellers. They reach about 11 centimeters in length, and are named for the multicolored sea anemone in which they make their homes</p>
</div>
</body>
</html>