+ 1
how to make text fields as ****** (like password)
or how to enter data without displaying anything like ****** but actually data gets stored
7 Antworten
+ 1
thanks bro
+ 1
<input type ="password" name ="anything">
0
<input type="password" placeholder="password">
0
placeholder=" "> put the space..and try
0
try with the method attribute --> <form> tag
<form method="POST">
0
<input type="password" placeholder="password">
add some modification using css remove the left right top border using border property
0
try this one <input type="password" placeholder="password">