Where to use the nohref Attribute
- As Type Boolean:
nohref is declared on the element: area
Description
The nohref attribute specifies that an
area
within a client-side image map has no link associated with it.
It should be used instead of the
href attribute -
i.e. an area
should specify either
href or
nohref.