LISTS, ORDERED and UNORDERED

See the source code for greater clarity.

Ordered Lists

Ordered lists have the following types:
Examples:

This is an unordered list!

  • first item
    • first sub-item
      • first sub-sub-item
      • second sub-sub-item
    • second sub-item
    • third sub-item
    • fourth sub-item
  • second item
TYPEExplanation
AUpper-case alphabetic
aLower-case alphabetic
IUpper-case Roman numerals
iLower-case Roman numerals
1Arabic numerals (the default)

Unordered Lists

Unordered Lists have the following types:

DISC, CIRCLE, SQUARE



This is an ordered list!
  1. This is the first item
  2. This is the second item
    1. This is the first sub-item
    2. This is the second sub-item
  3. This is the third item

This page last modified Sunday, 19-Feb-2012 13:38:33 EST