How do you display a textbox for accepting password from the user in html?
Answers
Answered by
2
<input type="password ">
u can also adjust size or length by
<input type="password " size="20">
i m give size 20 u can give something else...
u can also adjust size or length by
<input type="password " size="20">
i m give size 20 u can give something else...
Similar questions