List Properties

Unordered List

ul { list-style-type: disc; }
ul { list-style-type: circle; }
ul { list-style-type: square; }

Ordered List

  1. uppercase one
  2. uppercase two
  3. uppercase three
ol { list-style-type: upper-alpha; }
  1. lowercase one
  2. lowercase two
  3. lowercase three
ol { list-style-type: lower-alpha; }
  1. roman one
  2. roman two
  3. roman three
ol { list-style-type: upper-roman; }