HTML select required Attribute

Definition and Usage

The required attribute is a boolean attribute.

When present, it specifies the user is required to select a value before submitting the form.

Browser Support

Attribute
required Yes 10.0 4.0  Yes Yes

Syntax

<select required>

HTML <select> tag