An image-map, with clickable areas, and a nohref attribute:
![]()
The nohref attribute is not supported in any of the major browsers.
The <area> nohref attribute is not supported in HTML5.
The nohref attribute is a boolean attribute.
When present, it specifies that an area has no associated link.
Tip: The nohref attribute indicates that an <area> has no associated link. You could more easily do that by NOT including a href attribute.
In XHTML, attribute minimization is forbidden, and the nohref attribute must be defined as <area nohref="nohref" />.
HTML <area> tag
Your message has been sent to W3Schools.