Completion requirements
The <select>
element gives a menu of options for a user and is implemented by the DOM HTMLSelectElement
Interface. You can add the <multiple>
attributes to the select
element and add multiple options. The examples in this section use HTML, CSS, and JavasScript to customize <select>
styles.
<select>: The HTML Select element
The <select>
HTML element represents a control that provides a menu of options.
Source: Mozilla, https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.