To develop a website to display details about the places around my house.
Create a Django admin interface.
Download your city map from Google.
Using tag name the map.
Create clickable regions in the image using tag.
Write HTML programs for all the regions identified.
Execute the programs and publish them.
<<<<<<< HEAD
=======
c651b26f256b7776f9b2e7732dccb77d1540e0fc
map.html
<html>
<head>
<title>My City</title>
</head>
<body>
<h1 align="center">
<font color="red"><b>APPLE JEANS</b></font>
</h1>
<h3 align="center">
<font color="blue"><b>KARTHEESHWAR D J (25017571)</b></font>
</h3>
<center>
<map name="MyCity">
<area shape="rect" coords="700,250,800,400" href="home.html" title="My Home Town">
<area shape="circle" coords="359,110,21" href="metro.html" title="SIR THIYAGARAJA COLLEGE MTERO">
<area shape="circle" coords="823,95,20" href="shop.html" title="MALAR SHOP">
<area shape="circle" coords="1216,211,23" href="fruitshop.html" titile="KOVAI PAZHAMUDIR NILAYAM">
<area shape="circle" coords="1139,607,30" href="titan.html" title="TITAN SHOW ROOM">"
</map>
</center>
</body>
</html>
<<<<<<< HEAD
home.html
<head>
<title>MY HOME TOWN</title>
</head>
<BODY BGCOLOR="CYAN">
<h1 align="center">
<font color="red"><b>APPLE JEANS</b></font>
</h1>
<h3 align="center">
<font color="blue"><b>MY HOME TOWN</b></font>
</h3>
<HR SIZE="3" COLOR="RED">
<P align="justify">
<font face="Georgia" size="5">
My hometown is a place that holds a special place in my heart.
It is where I was born and raised, and it has shaped me into the person I am today.
The town is known for its friendly community, beautiful landscapes, and rich cultural heritage.
The people in my hometown are warm and welcoming, always ready to lend a helping hand to one another.
</font>
</P>
</BODY>
</html>
=======
>>>>>>> c651b26f256b7776f9b2e7732dccb77d1540e0fc
fruitshop.html
<html>
<head>
<title>My Home Town</title>
</head>
<body bgcolor="lime">
<h1 align="center">
<font color="red"><b>APPLE JEANS</b></font>
</h1>
<H3 align="center">
<font color="red"><b>KOVAI PAZHAMUDHIR NILAYAM</b></font>
</H3>
<hr size="3" color="red">
<p align="justify">
<font face="Georgia" size="5">
Kovai Pazhamudhir Nilayam is a well-known fruit shop located in Coimbatore, Tamil Nadu, India. Established in 1975, the shop has built a reputation for offering a wide variety of fresh and high-quality fruits to its customers.
The shop is known for its excellent customer service and competitive prices.
It caters to a diverse clientele, including local residents, tourists, and businesses.
Kovai Pazhamudhir Nilayam is committed to providing fresh and healthy fruits, making it a popular destination for fruit lovers in the region.
</font>
</p>
</body>
</html>
<<<<<<< HEAD
=======
home.html
<head>
<title>MY HOME TOWN</title>
</head>
<BODY BGCOLOR="CYAN">
<h1 align="center">
<font color="red"><b>APPLE JEANS</b></font>
</h1>
<h3 align="center">
<font color="blue"><b>MY HOME TOWN</b></font>
</h3>
<HR SIZE="3" COLOR="RED">
<P align="justify">
<font face="Georgia" size="5">
My hometown is a place that holds a special place in my heart.
It is where I was born and raised, and it has shaped me into the person I am today.
The town is known for its friendly community, beautiful landscapes, and rich cultural heritage.
The people in my hometown are warm and welcoming, always ready to lend a helping hand to one another.
</font>
</P>
</BODY>
</html>
metro.html
<html>
<head>
<title>My home town</title>
</head>
<body> bgcolor="pink">
<h1 align=""center">
<font color="red"><b>APPLE JEANS</b></font>
</h1>
<h3 align="center">
<font color="BLUE"><b>SIR THIYAGARAJA COLLEGE METRO</b></font>
</h3>
<HR size="3" color="red">
<p align="justify">
<font face="Georgia" size="5">
Sir Thiagaraja College Metro is an elevated metro station on the Green Line of the Chennai Metro in Chennai, India.
This station serves the neighbourhoods of T. Nagar and Pondy Bazaar, which are major commercial and shopping areas in Chennai.
The station is named after the nearby Sir Thiagaraja College, a well-known educational institution in the city.
The station is designed to handle a large volume of passengers, with facilities such as escalators, elevators, and ticket vending machines.
</p>
</body>
</html>
shop.html
<head>
</head>
<body bgcolor="purple">
<h1 align="center">
<font color="cyan"><b>APPLE JEANS</b></font>
</h1>
<H3 align="center">
<font color="lime"><b>MALAR TEXTILE SHOP</b></font>
</H3>
<HR SIZE="3" COLOR="RED">
<p align="justify">
<font face="Georgia" size="5" color="white">
Malar Textile Shop is a well-known textile store located in Chennai, India.
Established in the early 1990s, the shop has built a reputation for offering a wide range of high-quality fabrics and garments at competitive prices.
The store specializes in traditional Indian textiles, including silk, cotton, and handloom fabrics, catering to customers looking
</font>
</p>
</body>
</html>
titan.html
<<<<<<< HEAD
=======
>>>>>>> c651b26f256b7776f9b2e7732dccb77d1540e0fc
<html>
<head>
<title>MY HOME TOWN</title>
</head>
<BODY bgcolor="yellow">
<h1 align="center">
<font color="red"><b>APPLE JEANS</b></font>
</h1>
<h3 align="center">
<font color="blue"><b>TITAN WATCH SHOWROOM</b></font>
</h3>
<HR SIZE="3" COLOR="RED">
<P align=""justify">
<font face="Georgia" size="5">
Titan Company Limited, commonly known as Titan, is an Indian luxury lifestyle brand that primarily focuses on watches, jewelry, and eyewear.
Established in 1984 as a joint venture between the Tata Group and the Tamil Nadu Industrial Development Corporation (TIDCO), Titan has grown to become one of the most recognized and trusted brands in India.
The company is renowned for its innovative designs, quality craftsmanship, and a wide range of products that cater to various customer segments.
Titan's watch collections include both traditional and contemporary styles, while its jewelry offerings feature exquisite designs in gold, diamonds, and precious stones.
With a strong retail presence across India and international markets, Titan continues to be a leading player in the luxury lifestyle segment.
</font>
</P>
</BODY>
</html>
<<<<<<< HEAD
=======
c651b26f256b7776f9b2e7732dccb77d1540e0fc
The program for implementing image maps using HTML is executed successfully.





