| Client Side Image Maps |
| Hot Spot |
Attributes |
Defined |
| Rectangle |
shape="rect" |
href="URL" |
coords="x,y,x,y" |
Top left corner (x,y) to bottom right corner (x,y). |
| Circle |
shape="circle" |
href="URL" |
coords="x,y,r" |
Center coordinate (x,y) and the radius (r). |
| Oval |
shape="oval" |
href="URL" |
coords="x,y,x,y" (Same as a Rectangle) |
Rectangle surrounding oval; top left corner (x,y) and bottom right corner (x,y). |
| Polygon |
shape="poly" |
href="URL" |
coords="x1,y1,x2,y2..." (& so on) |
Line segments (x,y) conventionally connected in a clockwise rotation. |
| Point |
shape="point" |
href="URL" |
coords="x,y" |
A tiny, single point (x,y). |
|