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