0% found this document useful (0 votes)
7 views2 pages

Practical - 5

Practical

Uploaded by

rsmuiscool
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)
7 views2 pages

Practical - 5

Practical

Uploaded by

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

Shri Pramod Patil (SPPAC) Junior College

Name : PATHADE MEDHAVI MAHESH


Std : 12th Div : A
Roll No : 12118
Practical No : 5 Date :
Practical Name : Navigation on an image using Client side image Mapping in web
page using html5.

Code for map.html

<html>
<head>
<title>Image Map</title>
</head>
<body>
<center>
<h1>Client Side Image Mapping</h1>
<img src=env.jpg height=100% width=100% usemap=#abc>
<map name=abc>
<area shape=rect coords=416,195,625,304 href=https://www.google.com>
<area shape=circle coords=660,427,90 href=https://www.gmail.com>
<area shape=poly coords=473,391,427,480,558,481 href=https://www.yahoo.com>
</map>
</center>
</body>
</html>
Output

You might also like