Skip to content
 
 

Repository files navigation

Ex04 Places Around Me

Date: 22.09.2025

AIM

To develop a website to display details about the places around my house.

DESIGN STEPS

STEP 1

Create a Django admin interface.

STEP 2

Download your city map from Google.

STEP 3

Using <map> tag name the map.

STEP 4

Create clickable regions in the image using <area> tag.

STEP 5

Write HTML programs for all the regions identified.

STEP 6

Execute the programs and publish them.

CODE

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <!-- Image Map Generated by http://www.image-map.net/ -->
<img src="Screenshot 2025-09-22 135015.png" usemap="#image-map">

<map name="image-map">
    <area target="" alt="saliyamangalam" title="saliyamangalam" href="greenary.html" coords="770,269,75" shape="circle">
    <area target="" alt="pudupattinam" title="pudupattinam" href="beach.html" coords="303,361,445,358,449,298,305,296" shape="poly">
    <area target="" alt="divyadesam" title="divyadesam" href="temple.html" coords="133,85,305,163" shape="rect">
</map>
</body>
</html>

OUTPUT

alt text alt text

alt text

RESULT

The program for implementing image maps using HTML is executed successfully.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages