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





Comments

Popular posts from this blog

PROG9

ADDING TABLE IN HTML

PROG8