First page Back Continue Last page Graphics
<input type=“password”>
<input type="password" name="name" size="xx" maxlength="yy" value="default-value" />
Works the exact same way as the text type, but when a user types in the information, asterisks appear instead of text. However, this text is sent to the server in clear-text format!
Example:
Enter your password: <input type="password" name="pass" size="10" maxlength="10" />