-
Notifications
You must be signed in to change notification settings - Fork 0
/
seasons.html
46 lines (34 loc) · 1017 Bytes
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title> Seasons in India</title>
</head>
<body background="images/bg1.jpg">
<div><font size = 7 px>
<h1 style="font-family:verdana" align = "center">Major Seasons in India</h1>
</font>
</div>
<div align = "left">
<a href="summer.html"><img src="images\summer-small.png" width =100px><br>
<font size = 5><b>Summer </b></font>
</a>
</div>
<div align = "center">
<a href="winter.html"><img src="images\winter-small.png" width =100px><br>
<font size = 5><b>Winter</b></font></a>
</div>
<div align = "right">
<a href="monsoon.html"><img src="images\monsoon-small.png" width =100px><br>
<font size = 5><b>Monsoon</b></font></a>
</div>
<br>
<br>
<font size = 6> <strong> Other Seasons </strong></font>
<li><font size = 4><b>Spring</b> - Feburary to March</font></li>
<li><font size = 4><b>Autumn</b> - September end to November</font></li>
<footer>
<p><fontMade by : Aakash Mattoo [X-E]</p>
<br>
<marquee style="font-family:verdana">Thank You for Visiting !</marquee>
</footer>
</body>
</html>