Try the password field : Form Password Field : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » Form Password Field »

 

Try the password field



<html>
<body>

<form>
Username: 
<input type="text" name="user">
<br>
Password: 
<input type="password" name="password">
</form>
<p>
Note that when you type characters in a password field, 
the browser displays asterisks or bullets instead of the characters.
</p>
</body>
</html>



           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» Form Password Field