CBSE Class 10 Computer Applications Question 39 of 48

HTML III — Audio, Video and Forms — Question 10

Back to all questions
10
Question

Question 10

Creates blank text field, but shows the text as asterisks.

  1. Type="text"
  2. Type="hidden"
  3. Type="password"
  4. Type="null"
Answer

Type="password"

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.