'disabled' Example : disabled « HTML Attributes Reference « HTML CSS Reference






'disabled' Example

    
<HTML>
<head><Title>Example For disabled</Title></head>
<BODY>
<form>
   <input type="button" value="This button is enabled">
   <input disabled=true type="button" value="This button is disabled">
</form>
</BODY>
</HTML>  
    
      
      








Related examples in the same category

1.'disabled' Syntax and Note
2.disabled is applied to