×
×
Correct!

Use the correct HTML elements to make a description of each term in the description list.

<dl>
  <dt>Coffee</dt>
  <dd>- black hot drink</dd>
  <dt>Milk</dt>
  <dd>- white cold drink</dd>
</dl>

Not Correct

Click here to try again.

Correct!

<dl>
  <dt>Coffee</dt>
  - black hot drink
  <dt>Milk</dt>
  - white cold drink
</dl>




×

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.