Answer
A description list matches terms with their descriptions. β’ `<dl>` wraps the full list. β’ `<dt>` holds a term. β’ `<dd>` holds the termβs description.
💡 Simple Example
<dl><dt>HTML</dt><dd>Structures web pages.</dd></dl>
⚡ Quick Revision
A description list pairs each term with an explanation.