Disable a Field
Disable a Field
DescriptionTo disable a field, add the text "DISABLE" to the field.
Code
<INPUT TYPE="TEXT" NAME="hello" disabled>
<p>
<INPUT TYPE="PASSWORD" NAME="pass1" disabled>
<p>
<INPUT TYPE="radio" NAME="button" disabled>
Output

Practice
Advertisements (add your ad)