The HTML Attribute reference.
"disabled" - html Attribute
- When set for a form control, this boolean attribute disables the control for user input.
- Disabled controls do not receive focus. Disabled controls are skipped in tabbing navigation.
Value(s): disabled
Elements | Description |
---|---|
button | This element defines a submit button, reset button, or push button. |
input | This element defines a form control for the user to enter input. |
optgroup | This element defines a group of choices within a SELECT menu. |
option | This element defines a menu choice within a SELECT menu. |
select | This element defines a form control for the selection of options. It is is most useful within a FORM. |
textarea | This element is used in forms to get multiple lines of text from the user. |
© 2010 by Finnesand Data.
All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the
correctness in the pages or source codes.
The risk of using this web-site pages or any program
codes from this website is entirely at the individual user.