< All the HTML Tags >

<area></area>

Video Coming Soon...

  • area

    Tag Type

    inline

    Tag Category

    media

    Defines a clickable region in an image map.

    Viewed

    1

    Examples

    1

Definition:

The HTML <area> tag defines an area inside an image map, which is an interactive, clickable region within an image.

The <area> tag is used within an <map> element to create multiple clickable regions, each defined by attributes such as href for link destination, coords for shape boundaries, and shape to specify if the clickable area is rectangular, circular, or polygonal.

This tag plays a key role in enhancing user interactivity within images and is essential when creating complex navigational elements on webpages.

Attributes:

alt, coords, shape, href, target, download, ping, rel, referrerpolicy

Accessibility:

Coming Soon…

Default area Example:

Clickable area for an image map
<area shape="rect" coords="34,44,270,350" alt="Computer" href="computer.htm">

Default area Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…