Mixed List
Code Example



This is a mixed list example

  1. Unordered Lists have the following Types:


  2. Ordered Lists have the following types:
    1. The Default (unstated) type, which is Arabic numerals
    2. (this is an example of the Default type, also stated as type="1")

    1. Uppercase Roman numerals
    2. (this is an example of type="I")

    1. Lowercase Roman numerals
    2. (this is an example of type="i")

    1. Uppercase Arabic letters
    2. (this is an example of type="A")

    1. Lowercase Arabic letters
    2. (this is an example of type="a")