Computer Studies
Define Password with reference to HTML form
HTML Advanced Features
10 Likes
Answer
The password field is similar to the text field except that the entered text is visualized in terms of symbol. This protects our password from being viewed by others.
Syntax:
<input type = "password" name = "computer>
Answered By
7 Likes