HTML area nohref Attribute
HTML <area> tag
Definition and Usage
The nohref attribute specifies that there is no href attribute present.
The intended effect of this attribute is not supported by most browsers.
Syntax
Syntax Example
Attribute Values
Value |
Description |
nohref |
Specify that there is no href attribute present.
This attribute does not need a value, but it accepts
"nohref" as a value.
|
Browser Support

The attribute is not used or displayed in any of the major browsers.
Example
Source |
Output |
<p>Click on one of the planets:</p>
<img src ="planets.gif" width="145" height="126" alt="Planets" usemap ="#planetmap"
/>
<map id ="planetmap"
name="planetmap">
<area shape="rect" coords ="0,0,82,126" nohref="nohref" />
</map>
|
Click on one of the planets:
|
Try-It-Yourself Demos
area nohref
attribute example
Specify that the area in the image map does not have a hyperlink.
HTML <area> tag
 |

|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|