JS

HTML Code Quiz - description term of the list

7.

How can you add a description to each term of the list below using the correct HTML tags?

<dl>
    _____Fruits_____
    <dd>- apples</dd>
    _____Vegetables_____
    <dd>- salads</dd>
 </dl>

Use the <dt> tags

Use the <span> tags

Use the <em> tags

Use the <dt> tags