Bootstrap Lists & Descriptions

Bootstrap Lists & descriptions are unique. Most of us are familiar with ordered lists and unordered lists. Bootstrap has a different tag for a different kind of list.

Here is the code.

[code]
<h1>Bootstrap Lists & descriptions</h1>
Use the dl tag to indicate a list:
<dl>
<dt>Beer</dt>
<dd>- Use as a chaser</dd>
<dt>Jack Daniels</dt>
<dd>- drink before beer</dd>
</dl>
[/code]

Try it yourself here.

Only cool people share!

Bootstrap Lists & Descriptions was last modified: June 20th, 2016 by Maximus Mccullough
bootstrap-lists-and-descriptions

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.