HTML Tutorial
HTML Forms
HTML Graphics
HTML Media
This chapter describes the different attributes for the HTML <input>
element.
The input value
attribute specifies an initial value for an
input field:
Input fields with initial (default) values:
Input read-only attribute specifies that input field is read-only.
Input-only input field cannot be changed (however, the user can table it, highlight it, and copy text to it).
The input field for read-only field will be sent when the form is submitted!
A read-only input field: