Skip to content

Description List

Key-value pairs for displaying structured information.

Name
John Doe
Email
john@example.com
Role
Administrator
Status
Active
<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>