0% found this document useful (0 votes)
24 views5 pages

Exp1 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views5 pages

Exp1 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Index.

html:

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>HOTSPOTS OF INDIA</title>

</head>

<body>

<center>

<h1>HOTSPOTS OF INDIA</h1>

<img src="img/map.png" alt="India Map" width="50%" height="50%"usemap="#image-map">

<map name="image-map">

<area alt="map" href="Bangalore.html" coords="200,590,127,547" shape="rect">

<area alt="map" href="TN.html" coords="220,590,100,600" shape="rect">

<area alt="Delhi" href="mumbai.html" coords="106,770,210,240" shape="rect">

<area alt="Mumbai" href="delhi.html" coords=" 200,200,195,320" shape="rect">

</map>

</center>

<h3>Four hotspots of india:</h3>

<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>

<img src="img/delhi.png" width="50%" height="50%">

</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>

<h2>Famous places in Delhi:</h2>

<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>

<img src="img/mumbai.png" width="50%" height="50%">

</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>

<h2>Famous places in Mumbai:</h2>

<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>

<img src="img/TN.png" width="50%" height="50%">

</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>

<h2>Famous places in Tamil Nadu:</h2>

<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>

<img src="img/bangalore.png" width="50%" height="50%">

</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>

<li>National Gallery of Modern Art</li>

<li>Tipu Sultan's Palace and Fort</li>

<li>Krishna Rajendra (KR) Market</li>

<li>Lalbagh Botanical Garden</li>

</ol>

</body>

</html>

You might also like