TEXT Fields
•
TEXT is the most common type of input:
–
user can enter a single line of text.
–
Additional attributes can specify:
•
the maximum string length -
MAXLENGTH
•
the size of the input box drawn by the browser -
SIZE
•
a default value -
VALUE
71