Unordered list
- <ul><li> unordered list
- <ul type=""><li type=""> marker types
Ordered list
- <ol><li> ordered list
- <ol type=""><li type=""> numbering types
- <ol start=""><li> starting number
- <ol><li value=""> the number of the list item
Definition list
- <dl><dt><dd> definition list
- <dl compact><dt><dd> compact definition list
Examples
- Example of list nesting examples