Dropdown List

Notes:

HTML select tag | HTML option tag:
How to create selection list?
How to create drop down box?
When to create drop down list box?

Interview Questions:

1. Which HTML tag is used to create a combo box (drop down box) ?
a. list
b. select
c. input type=”dropdown”
d. input type="combobox"
Answer: b

2. HTML option tag is a child tag of _______________ HTML tag.
a. audio
b. frameset
c. select
d. map
Answer: c

3. Which HTML attribute is used to change single selection combo box to multi selection combo box
a. multiselection
b. multi
c. multiple
d. selected
Answer: c