Index

"Input" Category

Select

The "select" element allows the user to select a single item from an expandable list of options.

Demo

Code

<select>
	<option>Option 1</option>
	<option>Option 2</option>
	<option>Option 3</option>
	<option>Option 4</option>
	<option>Option 5</option>
</select>
code View Source CSS
This site may do shady things with cookies and stuff because it's evil. Please don't read my privacy policy. close