Bootstrap supports 3 types of lists ordered lists, unordered lists, and definition lists.
Orderd Lists : The ordered list is a list that falls in some sort of sequential order and is prefaced by numbers.
Unordered Lists : The unordered list is a list that doesn’t have any particular order and is traditionally styled with bullets.
Definition Lists : The each definition list item can consist of the <dt> and the <dd> elements. <dt> stands for definition term, and like a dictionar, The definition lists can also be placed side-by-side using the Bootstrap's class .dl-horizontal. The terms in horizontal definition lists will be truncated if is too long to fit in the left column (160px by default), however in narrower viewports they will change to the default stacked layout.