Description List
Key-value pairs for displaying structured information.
Markup
Section titled “Markup”<dl class="af-dl">
<dt>
Name
</dt>
<dd>
John Doe
</dd>
<dt>
Email
</dt>
<dd>
john@example.com
</dd>
<dt>
Role
</dt>
<dd>
Administrator
</dd>
<dt>
Status
</dt>
<dd>
Active
</dd>
</dl>Live example
Section titled “Live example”- Name
- John Doe
- john@example.com
- Role
- Administrator
- Status
- Active