![]() | ![]() |
This tag is a container for the map that is used in a client-side image map. Inside this tag you put AREA tags to identify the active posistions in the map. |
![]() | |
NAME![]() ![]() ![]() ![]() |
The name that is used in the IMG tag to refer to the map. The value is case-sensitive. |
![]() | ![]() |
Source: | <MAP NAME=map> <AREA SHAPE=CIRCLE COORDS="30,24,21" HREF=MAP1.html> <AREA SHAPE=POLY COORDS="77,44,119,44,98,3,77,44" HREF=MAP2.html> <AREA SHAPE=RECT COORDS="145,4,187,44" HREF=MAP3.html> </MAP> <CENTER><IMG SRC=AREA1.gif USEMAP=#map BORDER=0 WIDTH=200 HEIGHT=50 ALT=Imagemap></CENTER> |
Result: |
![]() |