• First, a default ordered list.
    1. First item
    2. Second item
    3. Third item
  • Second, Style A
    1. First item
    2. Second item
    3. Third item
  • Now, Style a
    1. First item
    2. Second item
    3. Third item
  • And now, Style I
    1. First item
    2. Second item
    3. Third item
  • Next, Style i
    1. First item
    2. Second item
    3. Third item
  • Finally, Style 1 with another list within the second and third items
    1. First item
    2. Second item
      • You can also change the number style on the individual items
      • But I will not show that
      • Because I cannot imagine why you'd want to do it.
      • You can use the value= attribute of li to reset the item number.
      • Additional items will increment after that new value.
      • you can also set the bullet style in unordered lists with the type attribute. The supported values are
        • disk
        • circle
        • square