MAXLENGTH
This attribute is used to specify the maximum number of characters that can be entered into a field, and is used with either the TEXT or PASSWORD input methods.
syntax:
MAXLENGTH="n"
The HTML element(s) this attribute is used with are:
INPUT