-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCulture.html
63 lines (59 loc) · 2.22 KB
/
Culture.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
<!DOCTYPE html>
<html>
<head>
<title>Indian Culture</title>
</head>
<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>
<h1>Indian Culture</h1>
<p>Discover the rich and diverse culture of India, a land of unity in diversity.</p>
<h2>Festivals</h2>
<p>India celebrates a variety if festivels that reflect its rich cultural haritage and religions diversity:</p>
<ul>
<li>Diwali: Festival of Lights</li>
<li>Holi: Festival of Colors</li>
<li>Eid: Festival of Harmony</li>
<li>Christmas: Festival of Joy</li>
</ul>
<img src="diwali.jpg" alt="Diwali - The Festival of Lights">
<h2>Languages</h2>
<p>India is a linguistic tresure trove with 22 officially recognized languages and thousands of religions dilects:</p>
<table border="2">
<tr><th>Language</th><th>Region</th></tr>
<tr><td>Hindi</td><td>North India</td></tr>
<tr><td>Bengali</td><td>West Bengal</td></tr>
<tr><td>Tamil</td><td>Tamil Nadu</td></tr>
<tr><td>Telugu</td><td>Andhra Pradesh</td></tr>
</table>
<p>Fun Fact</p>
<h2>Traditional Attire</h2>
<p>Indain traditional clothing varies by region,showcasing its cultural diversity:</p>
<ul>
<li>Saree: Elegant drape</li>
<li>Kurta-Pajama: Comfortable attire</li>
<li>Lehenga: Festive outfit</li>
<li>Dhoti: Traditional men's wear</li>
</ul>
<img src="sarri.jpg" alt="Traditional Saree - Grace and Elegance">
<p>Traditional saree - Grace and Elegance</p>
<a href="#">Back to Home</a>
<p>Contact: <a href="mailto:[email protected]">[email protected]</a></p>
<p>© 2025 Incredible India Project</p>
<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>