Menu
×
×
Correct!
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. |
Edit This Code:
Result:
|
Correct Code:
Result:
|