Menu
The dl tag, or Description List element, encloses a list of groups of terms (that are specified using the <dt> tag) and descriptions (inside the <dd> tag).
Example:
<dl>
<dt>The term</dt>
<dd>Description of the term</dd>
<dt>The second term</dt>
<dd>Description of the second term</dd>
</dl>User-submitted codepen.io examples of <dl> ↴
Submit a codepen.io link that demonstrates <dl>: