HTML Password and Its Example

HTML Password :

The password value of the input attribute displays a field where the user can type a password into a form. It's important to note that this field obfuscates the characters that are typed in, so that passers by cannot read the characters on-screen. However, this doesn't apply any encryption when the data is actually sent, so don't rely on a password field to actually secure the data

Password fields are similar to text fields. The difference is that what is entered into a password field shows up as dots on the screen. This is, of course, to prevent others from reading the password on the screen.

Password Example :

output:



Enter Password :