An HTML form with a required drop-down list:
![]()
The required attribute is not supported in any of the major browsers.
The required attribute is a boolean attribute.
When present, it specifies the user is required to select a value before submitting the form.
The required attribute is new in HTML5.
In XHTML, attribute minimization is forbidden, and the required attribute must be defined as <select required="required" />.
HTML <select> tag
Your message has been sent to W3Schools.