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 ?

  1. name and multiple
  2. name, multiple, rows and cols
  3. name, multiple and size
  4. multiple and size
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.