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.
- Type="text"
- Type="hidden"
- Type="password"
- Type="null"
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.