-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsaharapage.html
37 lines (37 loc) · 2.37 KB
/
saharapage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sahara desert landing page</title>
</head>
<link rel="stylesheet" href="saharapage.css">
<body>
<div class="container">
<h1>SAHARA DESERT</h1>
<div class="images">
<img src="./image/sahara01.jpg" alt="sahara" >
<img src="./image/sahara02.jpg" alt="sahara" >
<img src="./image/sahara03.jpg" alt="sahara" >
</div>
<div class="article">
<article>
Covering most of Northern Africa 3.6 million square miles the Sahara Desert is the third largest desert on the planet and the largest hot desert. While many people often think of the gorgeous sand dunes that are found in the Sahara, they only comprise a small portion. The landscape is primarily made of rocky hamada, or barren land with rocky plateaus. You’ll also find small patches of grassland (albeit sparse), shrubs of the desert variety, mountains, and salt flats. The Sahara is also home to an impressive array of flora and fauna, including several species of foxes.<br>
The Sahara is a desert on the African continent. With an area of 9,200,000 square kilometres, it is the largest hot desert in the world and the third largest desert overall, smaller only than the deserts of Antarctica and the northern Arctic.
</article>
<section>
<p>
<b>Area:</b> 9.2 million km²<br>
<b>Elevation:</b> 3,445 m<br>
<b>Length:</b> 4,800 km (3,000 mi)<br>
</p>
<h3>Average temperature</h3>
<p>The Sahara Desert is one of the driest and hottest regions of the world, with a mean temperature sometimes over 30 °C (86 °F) and the average high temperatures in summer are over 40 °C (104 °F) for months at a time, and can even soar to 47 °C (117 °F).</p>
<h3>Hottest temperature</h3>
<p>According to several sources, the highest land surface temperature ever recorded was 136° F in the Sahara Desert, at El Azizia, Libya, on September 22, 1922.</p>
</section>
</div>
</div>
</body>
</html>