KnowledgeBoat Logo

Computer Applications

You can mask the input typed into a text field by specifying an <input> tag as …………… .

  1. password
  2. secure
  3. invisible
  4. hidden

HTML Advanced Features

3 Likes

Answer

password

Reason — You 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 dots or asterisk in place of every character.

Answered By

3 Likes


Related Questions