CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: <select> element

The <select> Element

Forms

The <select> element creates a user-interactive control for web-based forms. Form controls can accept data from the user, which can then be submitted to a web server.

Attributes for <select>
TypeAttribute List
'Standard' Attributes"disabled", "multiple", "name", and "size"
New HTML5 Attributes"autocomplete", "form", "required", and "writingsuggestions"

Recommended Links

Accessibility Information & Tips

  • In <select> elements, use <optgroup> to group related <option> elements. Label the option groups with the "label" attribute. Avoid using dummy list entries to delimit groups. Visit https://www.w3.org/TR/WCAG20-TECHS/H85 for more information.

Search Engine Links (for more information)

Help us improve this page: Suggest a link or noteReport a problem