As we have seen in many examples, when we write our password to login, it will not
show. Here we show how to create such "password-boxes".
The first input-box below is of type "text". You will be able see what you write/input in this box.
The second input-box below is of type "password". You will not be able to see what you write here.
The third input-box below is of type "text". As the user gives the password, here I have
called JavaScript function to give the password here.
This shows how the program will access the password.