'maxlength' sets the maximum number of characters in a text or password control : maxlength : Form Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Attributes » maxlength »

 

'maxlength' sets the maximum number of characters in a text or password control



    
<HTML>
<BODY>
<form>
    <input type="password" name="text1" maxlength="10">
</form>
</BODY>
</HTML>  

      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Attributes
» maxlength