Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Checkbox
Disable a Field
Field Length
Hidden Field
Field Length
315
Set a field's maximum length
Description
This 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
You can only type 5 characters here: <INPUT TYPE="TEXT" NAME="pass1" MAXLENGTH="5">
Advertisements (
add your ad
)