-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLandmark.html
86 lines (86 loc) · 2.89 KB
/
Landmark.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<title>Famous Landmarks in India</title>
<body>
<header>
<h1>Welcome to Incredible India</h1>
<p>Discover the diversity, beauty, and rich heritage of India!</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Culture.html">Culture</a></li>
<li><a href="Landmark.html">Landmarks</a></li>
<li><a href="Cuisine.html">Cuisine</a></li>
<li><a href="Contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<header>
<h1>Famous Landmarks in India</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="#">Culture</a>
<a href="#">Landmarks</a>
<a href="#">Cuisine</a>
<a href="#">Contact Us</a>
</nav>
<main>
<section>
<h2>Iconic Monuments</h2>
<p>India is home to some of the most awe-inspiring landmarks in the world. These monuments reflect its rich cultural heritage and historical significance:</p>
<ul>
<li>Taj Mahal: Located in Agra, this symbol of eternal love is one of the Seven Wonders of the World.</li>
<li>Red Fort: A UNESCO World Heritage Site in Delhi, showcasing Mughal architecture.</li>
<li>Hawa Mahal: Known as the "Palace of Winds," this Jaipur marvel is famous for its intricate latticework.</li>
<li>Charminar: An iconic mosque in Hyderabad and a masterpiece of Indo-Islamic architecture.</li>
</ul>
<img src="red_fort.jpg" alt="The majestic Red Fort in Delhi">
</section>
<section>
<h2>Indian States and Capitals</h2>
<p>India is a union of states, each with its unique cultural and geographical identity. Here's a detailed table listing some Indian states, their capitals, and key data:</p>
<table border="2">
<tr>
<th>State</th>
<th>Capital</th>
<th>Area (in km²)</th>
<th>Official Language</th>
</tr>
<tr>
<td>Gujarat</td>
<td>Gandhinagar</td>
<td>1,764</td>
<td>Gujarati</td>
</tr>
<tr>
<td>Maharashtra</td>
<td>Mumbai</td>
<td>307,713</td>
<td>Marathi</td>
</tr>
<tr>
<td>Rajasthan</td>
<td>Jaipur</td>
<td>342,239</td>
<td>Hindi</td>
</tr>
</table>
<p>Note: Data is indicative and may not represent official values.</p>
</section>
<section>
<h2>Fun Fact</h2>
<p>Did you know? India has the largest postal network in the world, with over 1,50,000 post offices, including one located on a floating structure in Dal Lake, Srinagar.</p>
<img src="dal lake.jpg" alt="The floating post office in Dal Lake, Srinagar">
</section>
</main>
<footer>
<p>© 2025 Incredible India Project</p>
</footer>
<script src="Culture.html" type="text/Culture"></script>
<script src="Landmark.html" type="text/Landmark"></script>
<script src="Cuisine.html" type="text/Cuisine"></script>
<script src="Contact.html" type="text/contact us"></script>
</body>
</html>