About 14,400 results
Open links in new tab
  1. HTML select tag - W3Schools

    The <select> element is used to create a drop-down list. The <select> element is most often used in a form, to collect user input. The …

  2. Mastering the Listbox in HTML and CSS - tutorialpedia.org

    Apr 9, 2026 · By leveraging HTML and CSS, developers can create customized and user-friendly listboxes. This blog post will …

  3. How to create a listbox in HTML without allowing multiple selection ...

    It was probably downvoted because there isn't anything in the HTML standards that require the browser to render it as a listbox if the …

  4. Customizable select listboxes - Learn web development | MDN

    Apr 6, 2026 · Because customized listboxes are just standard HTML elements, you can style them however you want. In this section …

  5. HTML List Box - Tpoint Tech - Java

    Mar 17, 2025 · To create a list box, use the HTML element <select> which contains two attributes Name and Size. The Name …

  6. HTML Lists - W3Schools

    For a complete list of all available HTML tags, visit our HTML Tag Reference. Well organized and easy to understand Web building …

  7. <select> HTML select element - HTML | MDN - MDN Web Docs

    Aug 12, 2026 · If the value is greater than 1, browsers will render a scrolling list box that has the specified number of rows visible. If …

  8. HtmlHelper.ListBox Method (System.Web.WebPages.Html)

    Returns an HTML list box control that has the specified name, size, list items, and default selections, and that specifies whether …

  9. css - Single-Select HTML List Box Height - Stack Overflow

    I have an HTML <select> that I want to appear as a "list box" (a box that displays multiple items simultaneously, as opposed to a …

  10. Example Listboxes with Rearrangeable Options | APG | WAI | W3C

    Aug 12, 2025 · Scrollable Listbox Example: Single-select listbox that scrolls to reveal more options, similar to HTML select with size …