Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
List boxes enable users to pick one or more textual items from a list. The list can be presented in its entirety, with each element visible, or as a pull-down list from which users can scroll to their choices.
List boxes are implemented using <select> and <option> tags, and optionally the <optgroup> tag.