Monday, December 30, 2013

Password Field

<input type="password"> defines a password field:

Code:
<form>
Password: <input type="password" name="pwd">
</form>

Output: