'disabled' sets the enabled state of an element : disabled : Basic Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Attributes » disabled »

 

'disabled' sets the enabled state of an element



    
<HTML>
<BODY>
<form>
   <input type="button" value="This button is enabled">
   <input disabled=true type="button" value="This button is disabled">
   <input type="button" value="another button">
</form>
</BODY>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Attributes
» disabled