files/en-us/web/api/htmlareaelement/index.md
{{APIRef("HTML DOM")}}
The HTMLAreaElement interface provides special properties and methods (beyond those of the regular object {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating the layout and presentation of {{HtmlElement("area")}} elements.
{{InheritanceDiagram}}
Inherits properties from its parent {{domxref("HTMLElement")}}.
alt HTML attribute, containing alternative text for the element.coords HTML attribute, containing coordinates to define the hot-spot region.href HTML attribute, containing a valid URL of a linked resource.true) or active (false).':'), of the referenced URL.referrerpolicy HTML attribute indicating which referrer to use when fetching the linked resource.rel HTML attribute, indicating relationships of the current document to the linked resource.rel HTML attribute, indicating relationships of the current document to the linked resource, as a list of tokens.'?'), if any, of the referenced URL.shape HTML attribute, indicating the shape of the hot-spot, limited to known values.target HTML attribute, indicating the browsing context in which to open the linked resource.Inherits methods from its parent, {{domxref("HTMLElement")}}.
{{Specifications}}
{{Compat}}