<AREA>
Client-side Imagemap Area
Description
Defines an area on a client-side imagemap. The value of COORDS depends on the shape of the area.
SHAPE
COORDS
rect
left,top,right,bottom
circle
center_x,center_y,radius
poly
x
1
,y
1
,x
2
,y
2
,...
succesive vertices of the polygon
When
default
is used for
SHAPE
, the whole imagemap becomes an active link.
Syntax
<AREA [
ALT
=
alternative text
]
COORDS
=
coordinates of the area
[
HREF
=
target URL
] [
NOHREF
] [
SHAPE
=
rect|circle|poly|default
]>