Атрибут MAXLENGTH
MAXLENGTH=
MAXLENGTH=long
 
Indicates the maximum number of characters that can be entered into a text 
control. 
 
This can be larger than the SIZE= of the textbox. 
When this occurs, the textbox should scroll accordingly as the user types. The 
default is there is no limit. 
 
Applies To
 
INPUT