Disabled Attribute

Example showing a disabled input field.

Preview

Code

<input type="text" value="Disabled field" disabled>

More HTML Input Attributes Examples (4)