- Password entry field:
- Search field:
- Email field:
- Telephone number:
- URL field:
<input type="password">
Bear in mind that the password is not really encrypted. It's only hidden from casual onlookers.
<input type="search">
<input type="email">
<input type="tel">
<input type="url">