back

Select

Tag: <select>

The select tag is used to create a dropdown list.
Inside the tags are placed the option and optgroup tags to provide the selectable options.
It is closed with the closing tag </select>

Example