As we know that in the password field the password is not visible to the user.
EX<html> <head> <title> Password feild </title> </head> <body> <form> <lalel for="password">password</label> <input type="password"id="password"name="password"/><br/> </form> </body> </html>O/P password