Exp1 1
Exp1 1
html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HOTSPOTS OF INDIA</title>
</head>
<body>
<center>
<h1>HOTSPOTS OF INDIA</h1>
<map name="image-map">
</map>
</center>
<ul>
<li>Delhi</li>
<li>Mumbai</li>
<li>Tamil Nadu</li>
<li>Bangalore</li>
</ul>
</body>
</html>
delhi.html:
<!DOCTYPE html>
<html>
<head>
<title>Delhi</title>
</head>
<body>
<center>
<h1>DELHI</h1>
</center>
<p>Delhi, the capital of India, has a rich history. The city is dotted with spellbinding mosques, forts, and monuments
left over from the Mughal rulers that once occupied the city. The contrast between rambling Old Delhi and well planned
New Delhi is immense, and it's interesting to spend time exploring both.</p>
<ol>
<li>Red Fort</li>
<li>Jama Masjid</li>
<li>Chandni Chowk</li>
<li>Humayun's Tomb</li>
<li>Lodhi Gardens</li>
</ol>
</body>
</html>
mumbai.html:
<!DOCTYPE html>
<html>
<head>
<title>Mumbai</title>
</head>
<body>
<center>
<h1>MUMBAI</h1>
</center>
<p>Mumbai is the capital city of the Indian state of Maharashtra. Mumbai is the financial capital and the most
populous city of India with an estimated population of 12.5 million. Mumbai is the centre of the Mumbai
Metropolitan Region, the sixth-most populous metropolitan area in the world with a population of over 23
million.</p>
<ol>
<li>Gateway of India</li>
<li>Marine Drive</li>
<li>Elephanta Caves</li>
<li>Siddhivinayak Temple</li>
<li>Nariman Point</li>
</ol>
</body>
</html>
TN.html:
<!DOCTYPE html>
<html>
<head>
<title>Tamil Nadu</title>
</head>
<body>
<center>
<h1>TAMIL NADU</h1>
</center>
<p>Tamil Nadu is the southernmost state of India. The tenth largest Indian state by area and the sixth largest by
population, Tamil Nadu is the home of the Tamil people, who speak the Tamil language, one of the longest
surviving classical languages and which serves as its official language. The capital and largest city is
Chennai.</p>
<ol>
<li>Chennai</li>
<li>Mahabalipuram</li>
<li>Madurai</li>
<li>Kodaikanal</li>
<li>Tanjore</li>
</ol>
</body>
</html>
Bangalore.html:
<!DOCTYPE html>
<html>
<head>
<title>Bangalore</title>
</head>
<body>
<center>
<h1>BANGLAORE</h1>
</center>
<p>Bangalore is India's third-largest city and a popular destination for nature, culture and nightlife
lovers.Bengaluru, formerly Bangalore, is the capital city of Karnataka in south India. The city has earned
several names such as Silicon Valley of India, Pub Capital of India, Air Conditioned City, and City of Gardens.
However, prior to the IT revolution, Bengaluru was known as Pensioners' Paradise.Now, it's a wonderful blend of
past and present. Although Bengaluru may not have as many iconic attractions as other major cities in India, it
does have a great mix of history, architecture, culture, spirituality, and nature.</p>
<h2>Famous places in Bangalore:</h2>
<ol>
<li>Bangalore Palace</li>
</ol>
</body>
</html>