How to entered password with "********" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to entered password with "********"

20th Apr 2018, 3:44 AM
Pragati Mahajan
Pragati Mahajan - avatar
3 Answers
+ 3
<input type="password"> https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_password In other systems, you'd have to use other methods.
20th Apr 2018, 3:50 AM
Emma
+ 1
use the input type password. ex: <input type="password">
20th Apr 2018, 4:08 AM
Raffy
Raffy - avatar
0
thanks
20th Apr 2018, 4:13 AM
Pragati Mahajan
Pragati Mahajan - avatar