Computer Applications
Creates blank text field, but shows the text as asterisks.
- Type="text"
- Type="hidden"
- Type="password"
- Type="null"
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