About 171 results
Open links in new tab
  1. <select> HTML select element - HTML | MDN - MDN Web Docs

    Apr 24, 2026 · The <select> HTML element represents a control that provides a menu of options.

  2. HTMLSelectElement - Web APIs - MDN

    Apr 12, 2025 · The HTMLSelectElement interface represents a <select> HTML Element. These elements also share all of the …

  3. Customizable select elements - Learn web development | MDN

    Apr 6, 2026 · This article explains how to create fully-customized <select> elements using experimental browser features. This …

  4. HTMLInputElement: select () method - Web APIs | MDN

    Jun 11, 2025 · The HTMLInputElement.select() method selects all the text in a <textarea> element or in an <input> element that …

  5. CSS selectors and combinators - CSS | MDN - MDN Web Docs

    Nov 7, 2025 · CSS selectors are used to define a pattern of the elements that you want to select for applying a set of CSS rules on …

  6. <selectedcontent> HTML selected option display element - MDN

    Apr 24, 2026 · The <selectedcontent> HTML is used inside a <select> element to display the contents of its currently selected …

  7. HTMLSelectElement: options property - Web APIs | MDN

    Sep 11, 2025 · The HTMLSelectElement.options read-only property returns a HTMLOptionsCollection of the <option> elements …

  8. <option> HTML option element - HTML | MDN - MDN Web Docs

    Apr 24, 2026 · The <option> HTML element is used to define an item contained in a <select>, an <optgroup>, or a <datalist> …

  9. HTMLSelectElement: multiple property - Web APIs | MDN

    Apr 10, 2025 · The multiple property of the HTMLSelectElement interface specifies that the user may select more than one option …

  10. HTMLSelectElement: add () method - Web APIs | MDN

    Apr 7, 2023 · The HTMLSelectElement.add () method adds an element to the collection of option elements for this select element.