There are two types of lists: ordered and unordered.
This is an ordered list:
- Monday
 - Tuesday
 - Wednesday
 - Thursday
 
- Monday
 - Tuesday
 - Wednesday
 - Thursday
 
An unordered list is:
- Monday
 - Tuesday
 - Wednesday
 - Thursday
 
- Monday
 - Tuesday
 - Wednesday
 - Thursday
 
- Coffee
 - - black hot drink
 - Milk
 - - white cold drink
 
Different types of ordered lists
Numbered list:
- Apples
 - Bananas
 - Lemons
 - Oranges
 
Letters list:
- Apples
 - Bananas
 - Lemons
 - Oranges
 
Lowercase letters list:
- Apples
 - Bananas
 - Lemons
 - Oranges
 
Roman numbers list:
- Apples
 - Bananas
 - Lemons
 - Oranges
 
Lowercase Roman numbers list:
- Apples
 - Bananas
 - Lemons
 - Oranges
 
Diffrent types of unordered lists
Disc bullets list: Apples Bananas Lemons Oranges Circle bullets list: Apples Bananas Lemons Oranges Square bullets list: Apples Bananas Lemons Oranges Note: li (line items) are at block level (like a
).
li (line items) are at block level (like a <p>).
If you want line items (li) to line up horizontally then you will need to tweak the css for the li.
Css
