'disabled' Syntax and Note
Note:
This attribute sets the enabled state of an element.
disabled is a Boolean attribute,
Possible values are false and true.
false is the default value.
Syntax:
<element disabled="value" > . . . </element>
Related examples in the same category