Computer Science, asked by indrajeet5106, 1 year ago

How do you display a textbox for accepting password from the user in html?

Answers

Answered by LuckyYadav2578
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...
Similar questions