Computer Applications
What attributes are valid for textarea input ?
- just name
- name, columns and rows
- name and rows
- columns and rows
Related Questions
What character is displayed on the password forms when the user inputs characters ?
- a random character.
- a '+' character.
- an asterisk
- a dot
What attribute is used for radio buttons ?
- radiobutton
- radiob
- radio
- optionbutton
What attributes can be used with the SELECT form ?
- name and multiple
- name, multiple, rows and cols
- name, multiple and size
- multiple and size
Is the size attribute valid for the submit button ?
- Yes
- No