All examples

Selects > Standard select
Bread selector

This is what a standard select looks like:

Example code

							<label for="s">Favourite bread</label>
<select>
	<option>---</option>
	<option>pita</option>
	<option>naan</option>
	<option>Mohnbrötchen</option>
</select>
						

Preview