Horje

How is looked HTML Input Type Password

index.html
Example: HTML
<form>
  <label for="username">Username:</label><br>
  <input type="text" id="username" name="username"><br>
  <label for="pwd">Password:</label><br>
  <input type="password" id="pwd" name="pwd">
</form>





Type:
html
Category:
Web Tutorial
Sub Category:
HTML Input Types
Uploaded by:
Admin