Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Add a drop down list with name="cars" to the form. Include the following options: "volvo", "ford", "fiat", and "audi".

Hint: Add a <select> element, with one <option> element for each car brand.