The <select> element renders a dropdown menu that lets users pick one
option from a predefined list. Each <option> carries a visible label
and an optional value attribute submitted with the form. Use
multiple to allow multi-selection, or size to show several
rows at once. For richer styling and keyboard behaviour, pair the element with a
<label> and rely on ARIA roles where native semantics fall short.