-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathseasons.html
29 lines (27 loc) · 1.01 KB
/
seasons.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
<!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>Four Seasons</title>
</head>
<body>
<h3>What are the four seasons and in which month of the year do they occur?
</h3>
<br>
<ul>
Winter – December, January and February.
Spring – March, April and May.
Summer – June, July and August.
Autumn – September, October and November.
</ul>
<br>
<p>
Seasons are periods of the year with distinct weather conditions and day lengths.
The four seasons — winter, spring, summer, autumn — can vary significantly in characteristics and can prompt changes in the world around them.
Here, we explore these four seasons in more detail.
Attributes of the seasons may vary by location, but there are still broad definitions that cross most of the boundaries.
</p>
</body>
</html>