role listbox

suggest change

A widget that allows the user to select one or more items from a list of choices.

<ul role="listbox">
  <li>One</li>
  <li>Two</li>
  <li>Three</li>
</ul>

Typically, you would use JavaScript to build the multiple-selection functionality.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents