Html Password Field
Advertisements
Password Field
Password field are used for provide password field for users. In this field used enter own password which is not visible only stat (*) symbols are display.
Example
<html> <head> <form> <label for="password">Password: </label> <input type="password" id="password" name="password"/> </form> </body> </html>
Result
Google Advertisment