Mixed List
Code Example
This is a mixed list example
- Unordered Lists have the following Types:
- The Default (unstated) type
- (this is an example of the Default type)
- The Square - a small filled square
- (this is an example of the Square)
- The Circle - an unfilled circle
- (this is an example of the Circle)
- The Disc - a filled circle
- (this is an example of the disc)
- Ordered Lists have the following types:
- The Default (unstated) type, which is Arabic numerals
- (this is an example of the Default type, also stated as type="1")
- Uppercase Roman numerals
- (this is an example of type="I")
- Lowercase Roman numerals
- (this is an example of type="i")
- Uppercase Arabic letters
- (this is an example of type="A")
- Lowercase Arabic letters
- (this is an example of type="a")