 |
Saturday, May 17, 2008 
<AREA> ... </AREA>  
|
DEFINITION
<AREA> ... </AREA> specifies a hot spot's shape in a client-side image map. |
CONTEXT <AREA> ... </AREA> is legal within the following markup tags: <MAP> No markup can be used within <AREA>. |
SUGGESTED STYLE/USAGE When creating images maps, design your graphics to make defining geographic areas easier. Numerous image-map creation tools simplify coordinat definitions by using a point-and-click interface, which automates the process. Here is a good one to try. Live Image |
EXAMPLES <BODY> <MAPNAME="art">
<AREA SHPAE="RECT" COORDS="50. 30. 146. 180" HREF="http://www.gifart.com">
<AREA SHAPE="RECT" COORDS="30. 25. 120. 115" NOREF> </MAP> </BODY> |
 |
 |