Explain me types of lists supported by Bootstrap?

Submitted by: Muhammad
Bootstrap supports ordered lists, unordered lists, and definition lists.

☛ 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. You can also place all list items on a single line using the class .list-inline.

☛ 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, and like a dictionary, this is the term (or phrase) that is being defined. Subsequently, the <dd> is the definition of the <dt>.

☛ You can make terms and descriptions in <dl> line up side-by-side using class dl-horizontal.
Submitted by: Muhammad

Read Online Bootstrap Job Interview Questions And Answers