<MAP>
The <MAP> Tag is used within an Imagemap and describes each region in the image and
where the region links to. The command inside <MAP> is <AREA>. You'll learn more about Imagemaps in the Imagemap Tutorial, but here we'll
go over the <MAP> Tag
specifically.

<map name="sitemap">
<area shape="rect" coords="20,20,60,60"
href="links.htm">
</map>
The NAME specifies the name of the map so that it can be referenced by an <IMG> Tag.
|