Contact Our Development Team
Free Code Tutorials & Open Source Code
HTML Forms - Password
Tutorials > HTML > Forms > Password
Password Fields
Now that you have read about (and maybe practiced) text fields, password fields should be easy. They are exactly the same as text fields, except you use the type="password" attribute, and instead of being displayed in plain text, the characters entered are masked by stars or dots (depending on the browser). Please note that this doesn't actually provide any form of encryption, you will need to use your scripting language to achieve this. Enter some text in the password field below for an example of how this works.
<input type="password" />
Page Responses
Currently there have been no responses to this page...
If you have anything to contribute to this tutorial, found a bug, or know a better way of achieving the same goal, please leave your response below.
     
Copyright ©2009, Wired IDS Ltd. | Licensed under Creative Commons Attribution Share-Alike | Load time: 0.3066 seconds