HTML Attribute: COORDS

COORDS=
"x1,y1,x2,y2
"
Specifies the clickable rectange in pixel coordinates from top left of element. The number of parameters depend on the value of the SHAPE attribute.
HTML 4
Example(s):
<a href="stuff.html shape="rect" coords="12,9,27,13">clickable</a>
Tags:  A  AREA

© 2007 Prem Sobel. All Rights Reserved.