List
lists allow to group a set of related items in lists.
Unordered list
To obtain this result, use ul
, li
tag with
list
, list-item
class
name.
- One
- Two
- Three
- Four
Ordered list
To obtain this result, use ol
, li
tag with
list
, list-item
class
name.
- One
- Two
- Three
- Four
Spaced list
To obtain this result, use ul
, li
tag with
d-flex
, list
list-style-none
, list-item
class
name.
- One
- Two
- Three
- Four
Stacked list
To obtain this result, use ul
, li
tag with
list
list-style-none
, list-item
class
name.
- One
- Two
- Three
- Four