← Back to Tag Glossary

<select>

Forms & Interactive

Creates a drop-down menu selection box.

Common Attributes

  • name Configures the element's custom name parameter.
  • id Configures the element's custom id parameter.
  • multiple Configures the element's custom multiple parameter.
  • required Configures the element's custom required parameter.
interactive-example.html
Live Preview