How to make image map using Html?

Question

How to make image map using Html?

Re: How to make image map using Html?

An image map is a picture in which areas within the picture are links. Creating an image involves using the , , and tags.
To make this image into an image map, we use this code:

HREF="contacts.html" ALT="Contacts" TITLE="Contacts"
SHAPE=RECT COORDS="6,116,97,184">

HREF="products.html" ALT="Products" TITLE="Products"
SHAPE=CIRCLE COORDS="251,143,47">

HREF="new.html" ALT="New!" TITLE="New!"
SHAPE=POLY COORDS="150,217, 190,257, 150,297,110,257">

ALT="map of GH site" BORDER=0 WIDTH=300 HEIGHT=300
USEMAP="#map1">
[ Contacts ]
[ Products ]
[ New! ]