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 ?

  1. a random character.
  2. a '+' character.
  3. an asterisk
  4. a dot
Answer

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.