-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path2.html
More file actions
38 lines (38 loc) · 3.42 KB
/
2.html
File metadata and controls
38 lines (38 loc) · 3.42 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
<!DOCTYPE html>
<html>
<head>
<title>effects</title>
<style>
body{
background-image: url("pic2.jpg");
background-size: 1550px 800px;
padding: 30px;
}
</style>
</head>
<body>
<center>
<br><br>
<i style="font-size: 70px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: white;">EFFECTS OF CLIMATE CHANGE</i>
</center>
<br><br><br>
<p style="font-family: Verdana, Geneva, Tahoma, sans-serif;font-size: 30px;color: white;">some serious effects of climate change are: </p>
<ul style="list-style-type: square; font-size: 25px; color: white;">
<li>Ice is melting worldwide, especially at the Earth’s poles. This includes mountain glaciers, ice sheets covering West Antarctica and Greenland, and Arctic sea ice. In Montana's Glacier National Park the number of glaciers has declined to fewer than 30 from more than 150 in 1910.</li>
<li>Much of this melting ice contributes to sea-level rise. Global sea levels are rising 0.13 inches (3.2 millimeters) a year, and the rise is occurring at a faster rate in recent years.</li>
<li>Rising temperatures are affecting wildlife and their habitats. Vanishing ice has challenged species such as the Adélie penguin in Antarctica, where some populations on the western peninsula have collapsed by 90 percent or more.</li>
<li>As temperatures change, many species are on the move. Some butterflies, foxes, and alpine plants have migrated farther north or to higher, cooler areas.</li>
<li>Precipitation (rain and snowfall) has increased across the globe, on average. Yet some regions are experiencing more severe drought, increasing the risk of wildfires, lost crops, and drinking water shortages.</li>
<li>Some species—including mosquitoes, ticks, jellyfish, and crop pests—are thriving. Booming populations of bark beetles that feed on spruce and pine trees, for example, have devastated millions of forested acres in the U.S.</li>
<li>Sea levels are expected to rise between 10 and 32 inches (26 and 82 centimeters) or higher by the end of the century.</li>
<li>Hurricanes and other storms are likely to become stronger. Floods and droughts will become more common. Large parts of the U.S., for example, face a higher risk of decades-long "megadroughts" by 2100.</li>
<li>Less freshwater will be available, since glaciers store about three-quarters of the world's freshwater.</li>
<li>Some diseases will spread, such as mosquito-borne malaria (and the 2016 resurgence of the Zika virus)</li>
<li>Ecosystems will continue to change: Some species will move farther north or become more successful; others, such as polar bears, won’t be able to adapt and could become extinct</li>
</ul>
<center>
<img src="pic3.jpg" width="1100px" height="500px"><br>
<i style="color: white;"> GRINNEL GLACIER SHRINKAGE :<br> A series of photographs of the Grinnell Glacier taken from the summit of Mount Gould in Glacier National Park, Montana, in 1938, 1981, 1998, and 2006 (from left to right). In 1938 the Grinnell Glacier filled the entire area at the bottom of the image. By 2006 it had largely disappeared from this view.</i>
</center>
</body>
</html>