'maxlength' Example : maxlength « HTML Attributes Reference « HTML CSS Reference






'maxlength' Example

    
<HTML>
<head><Title>Example For maxlength</Title></head>
<BODY>
<form>
<input type="password" name="text1" maxlength="10">
</form>
</BODY>
</HTML>  

    
      
      








Related examples in the same category

1.'maxlength' Syntax and Note
2.maxlength is applied to