Definition List

Design System Navigation

Definition List Complete

Default
  • 
    
    <dl>
      <dt class="u-padding--top">Definition List</dt>
      <dd class="u-padding--bottom">A number of connected items or names written or printed consecutively, typically one below the other.</dd>
        <dt class="u-padding--top">This is a term.</dt>
        <dd class="u-padding--bottom">This is the definition of that term, which both live in a <code>dl</code>.</dd>
        <dt class="u-padding--top">Here is another term.</dt>
        <dd class="u-padding--bottom">And it gets a definition too, which is this line.</dd>
        <dt class="u-padding--top">Here is term that shares a definition with the term below.</dt>
        <dd class="u-padding--bottom">And it gets a definition too, which is this line.</dd>
    </dl>
    
    
    <dl>
      <dt class="u-padding--top">Definition List</dt>
      <dd class="u-padding--bottom">A number of connected items or names written or printed consecutively, typically one below the other.</dd>
        <dt class="u-padding--top">This is a term.</dt>
        <dd class="u-padding--bottom">This is the definition of that term, which both live in a <code>dl</code>.</dd>
        <dt class="u-padding--top">Here is another term.</dt>
        <dd class="u-padding--bottom">And it gets a definition too, which is this line.</dd>
        <dt class="u-padding--top">Here is term that shares a definition with the term below.</dt>
        <dd class="u-padding--bottom">And it gets a definition too, which is this line.</dd>
    </dl>