HTML Area shape Attribute
Definition and Usage
The shape attribute specifies the shape of an area in a specified object or image.Used together with the map element and coords attribute.
Syntax
<area shape="link_shape" /> |
Syntax Example
<area shape="rect" /> |
Attribute Values
Value | Description |
---|---|
default | The entire area. |
rect | A rectangular region. |
circle | A circular region. |
poly | A polygonal region. |
Browser Support
The attribute is supported in all major browsers.
HTML Area shape Attribute
Reviewed by 1000sourcecodes
on
02:09
Rating: