![]() |
VOOZH | about |
The readonly attribute is used to make an input field non-editable while still allowing users to view and select its value. The field value is also submitted with the form.
Syntax:
<input readonly>Example: This example uses HTML <input> readonly Attribute.