3
In this section we did a dropdown for the states. Dropdowns use the <SELECT> tag. Inside the <SELECT> tag the <OPTION> tag is used to create the list of options in the dropdown box.
State:Here we have another <SELECT> but instead of a dropdown we have a box. The way we can tell is the SIZE component. There is another option.that isn't shown here. If you add the component MULTIPLE ex. <SELECT NAME="income" SIZE="10" MULTIPLE> you can select multiple items in the box. You select more with the shift and control keys.
Income: Income: <SELECT NAME="income" SIZE="6">