Easy Tutorial
❮ Att Li Value Ev Onmousemove ❯

HTML <area> nohref Attribute

HTML <area> Tag

Example

An image map with clickable areas using the nohref attribute:


Browser Support

Currently, all major browsers do not support the nohref attribute.


Definition and Usage

The nohref attribute is a boolean attribute.

This attribute specifies that an area has no associated link.

Tip: The nohref attribute indicates that the <area> tag has no associated link. A simpler approach is to not use the href attribute.


Differences Between HTML and XHTML

In XHTML, attribute minimization is forbidden, so the nohref attribute must be defined as <area nohref="nohref" />.


Syntax


HTML <area> Tag

❮ Att Li Value Ev Onmousemove ❯