Horje

How to add HTML <input> type password Attribute

Input type: password

Define a password field (characters are masked).

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

Output should be:

How to add HTML <input> type password Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin