Use of the shape and coords attribute in an <a> element, to create an image-map:
![]()
The shape attribute is only supported by Firefox and Opera.
The <a> shape attribute is not supported in HTML5.
The shape attribute is used together with the coords attribute to specify the size, shape, and placement of a link in an <object> or <img> element.
Tip: To create image-maps that works in all browsers, use the <area> element!
| Value | Description |
|---|---|
| default | Specifies the entire region |
| rect | Defines a rectangular region |
| circle | Defines a circular region |
| poly | Defines a polygonal region |
HTML <a> tag
Your message has been sent to W3Schools.