Forms

<select>

A control that provides a menu of options.

<select>

A control that provides a menu of options.

Syntax

<select></select>

Example

<select class="example">Content here</select>

Notes

Semantic HTML helps screen readers and search engines understand your content.

Try It Yourself

Experiment with this element in the BrowserCode Playground.