×
×
Correct!

In the form below, add two option elements to the drop down list.

The first option must have the value "Volvo"
The second option must have the value "Ford".

<form action="/action_page.php">
<select name="cars">
<option value="Volvo">Volvo</option>
<option value="Ford">Ford</option>
</select>
</form>
<form action="/action_page.php">
<select name="cars">
<option value='Volvo'>Volvo</option>
<option value='Ford'>Ford</option>
</select>
</form>

Not Correct

Click here to try again.

Correct!

<form action="/action_page.php">
<select name="cars">
<>Volvo</>
<>Ford</>
</select>
</form>




×

Reset the Score?

This will reset the score of ALL 106 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 106 HTML exercises.

Share your score:



Get Certified!

Take our HTML Developer Certificate to prove that you have fundamental knowledge of web development using HTML.