An ordered list:
The first list item
The second list item
The third list item
An unordered list:
List item
List item
List item
HTML Unordered Lists
An unordered list starts with the
tag. Each list item starts with the - tag.
The list items are marked with bullets (typically small black circles).
How the HTML code above looks in a browser:
Coffee
Milk
HTML Ordered Lists
An ordered list starts with the
tag. Each list item starts with the - tag.
The list items are marked with numbers.
- Coffee
- Milk
How the HTML code above looks in a browser:
Coffee
Milk