Bootstrap supports three types of lists such as:
- Ordered lists − An ordered list is a list that falls in some sort of sequential order and is prefaced by numbers.
- Unordered lists − An unordered list is a list that doesn’t have any particular order and is traditionally styled with bullets. If you do not want the bullets to appear then you can remove the styling by using the class .list-unstyled.
- Definition lists − In this type of list, each list item can consist of both the <dt> and the <dd> elements. <dt> stands for definition term. Subsequently, the <dd> is the definition of the <dt>.