Q17. Explain types of lists supported by Bootstrap.

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

and the

elements.

stands for definition term. Subsequently, the

is the definition of the

.

Leave a Reply