"example"
is used to identify the Map Reference Element.
<map name="example">
<area shape="poly" coords="22,42,38,29,76,20,92,20,103,26,101,34,94,42,
75,51,54,57,37,58,26,56,22,52,19,49" href="advance2.htm">
<area shape="default" nohref>
</map>
The element, coords="22,...,49"
, indicates the co-ordinates, measured in pixels, of the appropriate area of the image. This sensitive area in this example is a polygon surrounding the hotspot. The polygon is a hyperlink to this file, advance2.htm.
If you use View/Source on the previous file, you will find these lines at the end of the file, just before the </BODY>
tag.
A client-side imagemap is activated by a USEMAP
attribute within the the Image Source command:
<IMG BORDER=0 HEIGHT=107 WIDTH=198 SRC="graphics/imagemap.gif" ALT="Simple Imagemap" USEMAP="#example">