select the correct answer from each drop - down menu. which tag will you use to explain a set of terms in an…

select the correct answer from each drop - down menu. which tag will you use to explain a set of terms in an html document? you will use the tag to create a that explains a set of terms.

select the correct answer from each drop - down menu. which tag will you use to explain a set of terms in an html document? you will use the tag to create a that explains a set of terms.

Answer

Brief Explanations:

In HTML, the <dl> (description list) tag is used to create a description list which can be used to explain a set of terms. The first item in each pair within the <dl> is typically the term, and the following item(s) are the description(s).

Answer:

You will use the dl tag to create a description list that explains a set of terms.