Client-Side Image Maps

Go to the Navigation pageHelpExitBackNext

The <MAP NAME> Tag
Once you have the coordinates written down, you're ready to create an HTML image map. Just after the <BODY> tag in your Web page, put <MAP NAME="rushmore">.

 
<HTML><HEAD><TITLE>Mount Rushmore</TITLE></HEAD>
<BODY BGCOLOR="white" TEXT="black" LINK="black" VLINK="black">
<MAP NAME="rushmore">
...