'disabled' Syntax and Note : disabled « HTML Attributes Reference « HTML CSS Reference






'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

1.'disabled' Example
2.disabled is applied to