Thursday, 23 February 2012

Creating password fields


<html>
<body>
<form action="">
Username <input type="text" name="user name" /><br />
Password <input type="password" name="password" />
</form>
</body>
</html>

No comments:

Post a Comment