Map

<MAP NAME=string> </MAP>

When you make a client-side imagemap, all of the info on the clickable areas in the image is here. Every selectable area should be in an AREA tag inside of the MAP tag. The NAME attribute on the MAP tag gives a name to the map. The URL for the client-side imagemap should point to this.

For more info on creating imagemaps, see the imagemap tutorial