CSS Lists

A CSS List is styling for the two type of HTML Lists: ul (unordered list) and ol (ordered list).
An unordered list is a list displayed in no particular order to the browser. Where it may be in some sort of order to the reader (such a list of ingredients by their importance) the list [...]