Select the correct answer. What property do you use to retrieve the selected option from a list box? A. selectedIndex B. selected C. checked D. clickedIndex E. checkedIndex

Respuesta :

The answer is A.selectedIndex

Selected Index option A

You can use selected index property of list box to retrieve the selected item from the list box.