Password Input

Example showing a password input field.

Preview

Code

<form>
<input type="password" placeholder="Enter password">
</form>

More HTML Forms Examples (11)