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
-
checkbox,
with which you can implement a flag -
radio switches,
with which you can make a choice