form password field

<html>
<body>

<form action="">
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>

No comments:

Post a Comment