×
×
Correct!

In the form below, add two radio buttons, both with the name "fav_language".

<form>
<input type="radio" name="fav_language" value="html"> HTML
<input type="radio" name="fav_language" value="css"> CSS
</form>
<form>
<input type='radio' name='fav_language' value="html"> HTML
<input type='radio' name='fav_language' value="css"> CSS
</form>
<form>
<input name="fav_language" type="radio" value="html"> HTML
<input name="fav_language" type="radio" value="css"> CSS
</form>
<form>
<input name='fav_language' type='radio' value="html"> HTML
<input name='fav_language' type='radio' value="css"> CSS
</form>

Not Correct

Click here to try again.

Correct!

<form>
< value="html"> HTML
< value="css"> CSS
</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.