HTML | DOM Select value Property
The Select value property is used for setting or returning the value of the selected option in a drop-down list. The Select value property returns the first selected option if the drop-down list allows multiple selections, otherwise, if there are no selected options, nothing is returned.Syntax: For