Coder Social home page Coder Social logo

ex-04-webtech_imagemap's Introduction

Places Around Me

Aim:

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

Design Steps:

Step 1

Create a new django project and app

Step 2

Type code in views and urls.py

Step 3

create HTML files according to your places

Step 4

Give deatils about that places in html file

Step 5

Run the server

Code:

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>MAT MAP</title>
    </head>
    <body>
        <img src="/static/images/matmap.jpg" width ="986" height="782" usemap="#matmap" alt>
        <MAP name="matmap">
             <AREA shape="RECT" coords="384,329,457,398"
                   href = "/meenakshitemple/" Title="meenakshitemple" alt>
             <AREA shape="RECT" coords="586,130,625,163"
                   href = "/thousandpillars/" Title="thousandpillars" alt>
             <AREA shape="RECT" coords="830,194,899,223"
                   href = "/puthumandapam/" Title="puthumandapam" alt>
             <AREA shape="RECT"  coords="411,615,506,628"
                   href = "/southtower/"   Title="southtower" alt>
             <AREA shape="RECT"  coords="324,116,379,129"
                   href = "/northtower/"  Title="northtower" alt>
         
        </MAP>

    </body>
</html>

Output:

output

output

Result:

Thus a website is developed to display details about the places around my house.

ex-04-webtech_imagemap's People

Contributors

karthi-govindharaju avatar s-arvind01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.