Field Length
Set a field's maximum length
DescriptionThis sets the maximum length for a text or password field.
Code
You can only type 5 characters here:

<INPUT TYPE="TEXT" NAME="pass1" MAXLENGTH="5">
Output
You can only type 5 characters here:
Practice
Advertisements (add your ad)