Skip to content Skip to main navigation Report an accessibility issue

List Horizontal Description

Documentation

Usage: A list of items needing a definition, or description, but horizontal.

EXAMPLE
Rocky Top
A place where men finally make the moonshine and avoid telephone bills, and women become weird bear-cat hybrids.
Smokey
A cute little pupper who occasionally destroys gators, wildcats, tides, and whatnots.

Code

HTML
<dl class="dl-horizontal">
  <dt>Rocky Top</dt>
  <dd>A place where men finally make the moonshine and avoid telephone bills, and women become weird bear-cat hybrids.</dd>
  <dt>Smokey</dt>
  <dd>A cute little pupper who occasionally destroys gators, wildcats, tides, and whatnots.</dd>
</dl>