Normale html-Auswahlliste:
<html>
<head>
<title>Text des Titels</title>
</head>
<body>
<select name="top5" size="3">
<option>Heino</option>
<option>Michael Jackson</option>
<option>Tom Waits</option>
<option>Nina Hagen</option>
<option>Marianne Rosenberg</option>
</select>
</body>
</html>
Dropdown-liste (mit size="1"):
<html>
<head>
<title>Text des Titels</title>
</head>
<body>
<select name="top5" size="1">
<option>Heino</option>
<option>Michael Jackson</option>
<option>Tom Waits</option>
<option>Nina Hagen</option>
<option>Marianne Rosenberg</option>
</select>
</body>
</html>
Quelle: selfhtml
http://selfhtml.teamone.de/html/formulare/auswahl.htm#listen