Computer Applications
What attributes can be used with the SELECT form ?
- name and multiple
- name, multiple, rows and cols
- name, multiple and size
- multiple and size
HTML Advanced Features
1 Like
Answer
name, multiple and size
Reason — NAME, SIZE and MULTIPLE attributes can be used with the SELECT form which specify the name of the control, present a scrolling list box and allow the user to select multiple items from the menu, respectively.
Answered By
3 Likes
Related Questions
What attribute is used for radio buttons ?
- radiobutton
- radiob
- radio
- optionbutton
What attributes are valid for textarea input ?
- just name
- name, columns and rows
- name and rows
- columns and rows
Is the size attribute valid for the submit button ?
- Yes
- No
The two most important attributes of a form are :
- Id and action
- Class and method
- Action and method
- method and id