CHANGING DEFAULTS WITHIN ORDERED AND UNORDERED LISTS

To change the default bullet in an unordered list, just add the following element to your

  • tag:

    • will give you a hollow circle bullet
    • will give you a solid circle bullet
    • will give you a square bullet

    You can also change the default numbering style for ordered lists. Just add the following element to your

      tag:

        1. will give you Arabic Numerals 1, 2, 3
        2. will give you Arabic Numerals 1, 2, 3
        3. will give you Arabic Numerals 1, 2, 3

          1. will give you Uppercase letters A, B, C
          2. will give you Uppercase letters A, B, C
          3. will give you Uppercase letters A, B, C

            1. will give you Lowercase letters a, b, c
            2. will give you Lowercase letters a, b, c
            3. will give you Lowercase letters a, b, c

              1. will give you Uppercase Roman Numerals I, II, III
              2. will give you Uppercase Roman Numerals I, II, III
              3. will give you Uppercase Roman Numerals I, II, III

                1. will give you Lowercase Roman Numerals i, ii, iii
                2. will give you Lowercase Roman Numerals i, ii, iii
                3. will give you Lowercase Roman Numerals i, ii, iii

                In addition, you can change the starting number in an ordered list by adding the START attribute to the OL tag:

                  1. will start the numbering at 3 (or whatever number you specify)
                  2. next consecutive number
                  3. next consecutive number