Password Field
Password Field
DescriptionThe tag to put a password field on your web site is <INPUT TYPE="PASSWORD" NAME="XXXX">. XXXX is replaced with the name of the password field.
Code
<FORM METHOD="POST" ACTION="script.cgi">

<INPUT TYPE="PASSWORD" NAME="pass1">

</FORM>
Output
Practice
Advertisements