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
Comments
Post a Comment
If you have any doubts let me know in comments