#summary The a disabled attribute is an obsolete method of declaring that a hyperlink is disabled.
#labels about-html,is-html-attribute
You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AElement element] > *disabled attribute*
== Usage ==
{{{
}}}
== Values ==
This attribute is stand-alone; it can be present with no value, or it can have its own name as its value.
== Elements ==
You can use the `disabled` attribute on the following elements:
* [AElement ]
* [AreaElement ]
* [ButtonElement