CBSE Class 10 Computer Applications
Question 32 of 48
HTML III — Audio, Video and Forms — Question 3
Back to all questions 3
Question Question 3
What character is displayed on the password forms when the user inputs characters ?
- a random character.
- a '+' character.
- an asterisk
- a dot
an asterisk
Reason — We can mask the input typed into a text field by specifying an <input> tag as password. It hides the characters input in the box and shows asterisk in place of every character.