ADDING A PASSWORD TEXT BOX
ADDING A PASSWORD TEXT BOX Adding a password text box is as similar as adding a simple text box only we have to change few words in input tag so the syntax of input tag is <input type="password" placeholder="password" size="50"> EXAMPLE CODE OUTPUT