CBSE Class 10 Computer Applications Question 25 of 48

HTML III — Audio, Video and Forms — Question 14

Back to all questions
14
Question

Question 14

HTML provides an attribute for the <input> tag that allows you to hide data with some designated character to make it secure.

  1. True
  2. False
Answer

True

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. Consider the following example,

<INPUT TYPE = "PASSWORD" NAME = "PWD" />