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
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