-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (73 loc) · 3.71 KB
/
index.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
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Coral Bleaching</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor=#F1F1F1>
<center>
<table width="1200" border="0" cellspacing="1" cellpadding="10" bgcolor=#F1F1F1 >
<tr height="50">
<td colspan="2" align="center" bgcolor=#F1F1F1>
<a class="one" href="index.html">Home</a>
<a class="one" href="Facts.html">Facts</a>
<a class="one" href="Organizations.html">Organizations</a>
<a class="one" href="ContactUs.html">Contact Us</a>
</td>
</tr>
<tr height="200">
<td class="title" colspan="2" bgcolor=#F1F1F1>
</td>
</tr>
<tr height="600" valign="top">
<td h1 style="background-color:grey; color:black">
<center>
<h2>Quick Facts</h2>
</center>
<ul>
<li>Coral bleaching is known to be responsible for killing approximately 18% of the worlds coral reefs.</li>
<li>Coral bleaching in most cases is triggered by the introduction of warmer waters than normal to the local eco-system.</li>
<li>Coral is considered an animal.</li>
<li>Coral reefs are oases for vast amounts of ocean life.</li>
<li>Bleaching Begins with the eviction of zooxanthellae.</li>
<li>Global warming and ocean acidification are largely to blame.</li>
<li>Global warming and ocean acidification are largely to blame.</li>
<li>The imagpact will be enormous on both ocean and human life.</li>
<li>More resilient coral species and controlling global warming are essential.</li>
</ul>
</td>
<td width="800" style="background-color:grey; color:black">
<center>
<h2>What is Coral Bleaching?</h2>
Coral bleaching happens when corals lose their vibrant colors and turn white. But there’s a lot more to it than that. Coral are bright and colorful because of microscopic algae called zooxanthellae. The zooxanthellae live within the coral in a mutually beneficial relationship, each helping the other survive. But when the ocean environment changes—if it gets too hot, for instance—the coral stresses out and expels the algae. As the algae leaves, the coral fades until it looks like it’s been bleached. If the temperature stays high, the coral won’t let the algae back, and the coral will die. Coral bleaching occurs when coral polyps expel algae that live inside their tissues. Normally, coral polyps live in an endosymbiotic relationship with these algae, which are crucial for the health of the coral and the reef. The algae provides up to 90 percent of the coral's energy.
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<img src="images/images.jfif">
     
<img src="images/3.jfif">
<br><br>
<img src="images/4.jfif">
</center>
</td>
</tr>
</table>
</center>
</body>
</html>