Computer Applications
Creates blank text field, but shows the text as asterisks.
- Type="text"
- Type="hidden"
- Type="password"
- Type="null"
HTML Advanced Features
5 Likes
Answer
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.
Answered By
3 Likes
Related Questions
The two most important attributes of a form are :
- Id and action
- Class and method
- Action and method
- method and id
A label's for attribute should match the input's …………… .
- type
- id
- name
- size
Method attribute will always post data into the browser.
- True
- False
Checkbox buttons let users select one or more of a particular set of choices.
- True
- False