Computer Applications
HTML provides an attribute for the <input>
tag that allows you to hide data with some designated character to make it secure.
- True
- False
HTML Advanced Features
2 Likes
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" />
Answered By
1 Like
Related Questions
You can mask the input typed into a text field by specifying an
<input>
tag as …………… .- password
- secure
- invisible
- hidden
Tag to create password field in HTML document :
<password>
<input>
<pwd>
<pword>
Which of the following tag is used to define options in a drop-down selection list ?
<select>
<list>
<dropdown>
<option>
Which of the following restricts a user to one selection ?
- checkbox
- optionbox
- radio button
- drop down list