Password field

Notes:

HTML - form tag and HTML - input tag:
How to create password field using input tag in html?
HTML - input tag:
attributes:
type="password" : creates a password field
value : default value of the input field
name: uniquely identify the field in scripts
id: uniquely identify the field in scripts

Interview Questions: