• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a "password" field for a website
#1
This is a simple tutorial on how to make a password field on a website so that when you type your password it shows on the screen as **** and not your actual password.

[code=html]
<html>
<body>

<form action="">
Username: <input type="text" name="username" /><br />
Password: <input type="password" name="password" />
</form>

</body>
</html>
[/code]
  Reply


Messages In This Thread
How to make a "password" field for a website - by Mark - 12-07-2010, 02:57 AM

Forum Jump: