-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModule4.4.3Cloud.html
More file actions
27 lines (24 loc) · 1.16 KB
/
Module4.4.3Cloud.html
File metadata and controls
27 lines (24 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cloud images</title>
<link rel="stylesheet" href="css/cloud.css">
</head>
<body>
<img alt="Clouds (Undulatus asperatus) above Tallinn - Author: Ave Maria Mõistlik" width="500" src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Beautiful_clouds.JPG/1600px-Beautiful_clouds.JPG">
<h1>Clouds</h1>
<blockquote>
<hr>
“Clouds come floating into my life, no longer to carry rain or usher storm, but to add color to my sunset sky.”
― Rabindranath Tagore, Stray Birds
<hr>
</blockquote>
<p>Among the many types of clouds are:</p>
<ol>
<li id="cumulus">Cumulus clouds: <img alt="Cumulus Clouds" src="https://www.weather.gov/images/jetstream/clouds/cu.jpg" width="300"></li>
<li id="cirrus">Cirrus clouds: <img alt="Cirrus clouds" src="https://www.weather.gov/images/jetstream/clouds/ci.jpg" width="300"></li>
<li id="stratus">Stratus clouds: <img alt="Stratus clouds" src="https://www.weather.gov/images/jetstream/clouds/st.jpg" width="300"></li>
</ol>
</body>
</html>