Bootstrap Lists & descriptions
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>Try it yourself here.
<dl> <dt>Beer</dt> <dd>- Use as a chaser</dd> <dt>Jack Daniels</dt> <dd>- drink before beer</dd> </dl>Try it yourself here.