CBSE Class 10 Computer Applications
Question 35 of 48
HTML III — Audio, Video and Forms — Question 6
Back to all questions 6
Question Question 6
What attributes can be used with the SELECT form ?
- name and multiple
- name, multiple, rows and cols
- name, multiple and size
- multiple and size
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.