58 of 133 menu

Password entry field

The password field is an input with the type attribute set to password. This field displays the text in asterisks to prevent people from looking over their shoulder and stealing the user's password.

Example

Let's see how this type of input works:

<input type="password" value="123456">

:

See also

byenru