Att A Shape
# HTML `` shape Attribute
The `shape` attribute of the HTML `` (anchor) tag was used to define the shape of a clickable region within an image map. When paired with the `coords` attribute, it allowed developers to create interactive, hyperlinked hotspots on an image or object.
---
## Deprecation Notice
> β οΈ **Important:** The `shape` attribute for the `` tag is **deprecated and obsolete in HTML5**. Modern web browsers have dropped or limited support for this attribute.
To create cross-browser compatible image maps in modern web development, you should use the `
YouTip