back

Option

Tag: <option>

The option tag defines options in a select drop-down list.
The value attribute is added to the opening tag to specify its value.
The option is closed with the closing tag </option>

Example