Forms

select

The select tag creates a drop down menu or some kind of option list. Each item on the list is defined by the option elements within it. Inline element

Syntax

<select attributes> ... </select>

Example

<select>
   <option>First option</option>
    ... 
</select>

Related tags

CSS Properties

HTML attributes

Search the Soup!