171k views
0 votes
Describe the three HTML elements used in a description list

User Elelias
by
8.2k points

1 Answer

4 votes
DL DT and DD

The DL element should be used when you want to incorporate a definition of a term in your document, it is often used in glossaries to define many terms, it is also used in “normal” documents when the author wishes to explain a term in a more detail.

The DT element contains inline data and should be used like this.

And Finally the DD definition description element contains data that describes a definition term. This data may be either inline, or it may be block level.

I hoped this helped my dude.



User Andrew Bobulsky
by
8.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.