Skip to main content

html-tags.com

<option>

One choice inside a select or datalist.

Baseline: Widely available · Forms

When to use it

With value when the submitted value differs from the visible text; selected preselects.

When not to

Keep option content simple; rich content belongs to the customizable-select pattern.

Key attributes

value
submitted value
selected / disabled

Example

<option value='cloth' selected>Clothbound</option>
Source — this snippet needs a fuller context to render.

Authoritative references