1. Unordered List: An unordered list is a list of items that are not ordered in any particular way. Each list item is marked with a bullet or other symbol.
Example:
- Apple
- Banana
- Orange
2. Ordered List: An ordered list is a list of items that are numbered or alphabetized. Each list item is marked with a number or letter.
Example:
- First item
- Second item
- Third item
3. Description List: A description list is a list of terms, with a description or definition of each term. Each list item consists of a term and a description.
Example:
- Apple
- A round, red fruit.
- Banana
- A long, yellow fruit.
- Orange
- A round, orange fruit.