Image Map

An image map is anpther way of linking to other pages or sites.
Click on the faces below and see what happen...


This can be created using the tag <MAP> and <MAP>.

<MAP NAME="guys">
<AREA SHAPE="RECT" COORDS="89,151,175,228" HREF="main.html">
<AREA SHAPE="RECT" COORDS="151,129,225,205" HREF="body.html">
<AREA SHAPE="RECT" COORDS="236,123,301,208" HREF="text.html">
<AREA SHAPE="RECT" COORDS="335,122,404,206" HREF="list.htm">
<AREA SHAPE="RECT" COORDS="441,128,510,210" HREF="image.htm">
<AREA SHAPE="RECT" COORDS="159,221,227,309" HREF="Tables.htm">
<AREA SHAPE="RECT" COORDS="319,207,398,290" HREF="Forms.htm">
<AREA SHAPE="RECT" COORDS="456,213,545,306" HREF="background.htm">
</MAP>

Add the following to the <IMAGE> tag.

<IMAGE SRC="guys.jpg" WIDTH=660 HEIGHT=450 USEMAP="#guys">


GO back to Main Page....