By using the select (menu control), option (an option within a menu) elements.
- Drop-down menus (only one item can be selected):
<select name="varName" >
<option value="EBTG">Everything but the girl</option>
<option>Aerosmith</option>
<option>The Cure</option>
</select>