Area
Area defines a region in an image map. Area element is always nested inside a map tag. Each AREA element defines how the page should respond to the users interaction with a specific geographical region of the image. For example:
<MAP NAME="myMap">
<AREA COORDS="10,20,130,80" HREF="mymap.html" TARGET="display">
</MAP>