lists

Intro

Add .list-unstyled class to ul or ol tag to remove defaults.

UL List

  • List Item
  • List Item
  • List Item
  • List Item
  • List Item
<ul>
    <li>List Item</li>
    <li>List Item</li>
    <li>List Item</li>
    <li>List Item</li>
    <li>List Item</li>
</ul>

Ol List

  1. List Item
  2. List Item
  3. List Item
  4. List Item
  5. List Item
<ol>
    <li>List Item</li>
    <li>List Item</li>
    <li>List Item</li>
    <li>List Item</li>
    <li>List Item</li>
</ol>

Feel free to Report any typo, any bug or request new Feature, you are always Welcome!!

Page Content