Each item in the list is defined by a separate <OPTION> tag. The value returned by the selected button is supplied by its VALUE attribute. If is has no value, the text of the option is returned.
The SIZE attribute of the <SELECT> tag sets the number of options which are always visible in the list. If the value specified is lower than the number of proposed
items, a scrollbar is automatically displayed at the right of the list box. And if the SIZE attribute is not specified, the control is rendered as a drop-down list.