Client-Side Image Maps

Go to the Navigation pageHelpExitBackNext

The <AREA> tag
Now you need to type an <AREA> tag for each region of the image. Here, we have inserted the code that would define the four regions of the Mount Rushmore image.

 
...
<AREA SHAPE="RECT" COORDS="40,10,130,130" HREF="george.htm">
<AREA SHAPE="RECT" COORDS="131,60,200,170" HREF="thomas.htm">
<AREA SHAPE="RECT" COORDS="201,120,270,240" HREF="teddy.htm">
<AREA SHAPE="RECT" COORDS="280,120,380,250" HREF="abraham.htm"
...