Select Inputs ============= A *select* input creates a clickable menu that gives the user a drop-down list of options. While it is possible to make the input accept more than one choice, it's usually best to stick with allowing just one item. The select input combines two HTML tags: `` When the form gets submitted, the ``name`` attribute in the `` .. figure:: figures/select-parrot.png :alt: The 'Red' menu option is selected. This assigns the value 'red' to the 'color' key. :width: 70% The value of the selected ``option`` element is assigned to the ``color`` key. Setting a Default ``