SHAPE | Specifies the geometry of the shape for a clickable area. Only three geometries exist (see examples). a CIRCLE whose COORDS are "xctr,yctr,radius", a POLYgon whose COORDS are three or more points "x1,y1,x2,y2,x3,y3,..." a RECTangle whose COORDS are opposite corners "x1,y1,x2,y2". |
HTML 4 | shape="poly" coords=6,8,17,23,110,96" shape="rect" coords="5,5,9,15" |
Tags: | A AREA |