+1 vote
in HTML by
Which of the following tag is used to define options in a drop-down selection list?

i) <select>

ii) <list>

iii) <dropdown>

iv) <option>

1 Answer

0 votes
by

<option>

The <option> elements defines an option that can be selected.

By default, the first item in the drop-down list is selected.

To define a pre-selected option, add the selected attribute to the option:

...