Horje

What is HTML <option> selected Attribute

Definition and Usage

The selected attribute is a boolean attribute.

When present, it specifies that an option should be pre-selected when the page loads.

The pre-selected option will be displayed first in the drop-down list.

Tip: The selected attribute can also be set after the page loads, with a JavaScript.


Browser Support

Syntax

<option selected>





Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin