htmlcss

The HTML <select></select> element presents a menu of options. The options within the menu are represented by <option> elements, which can be grouped by <optgroup> elements.


Attributes


HTML example:

<select>
       <option>1</option>
       <option>2</option>
       <option>3</option>
</select>


Image example:

&lt;select&gt; in Firefox 3.6

<select> in Firefox 3.6.10