Everyday Lists
- To-do
- Shopping
- Invetory
- Bucket
Common?
Difference?
Lists in HTML5
- Organization
- li and /li (with less than and greater than brackets).
- Depends on content:
- Ordered list (steps)
- Unordered lists (numbers)
Ordered Lists (steps/numbers)
- ol and /ol (with less than and greater than brackets).
Example
Unordered Lists (bullets)
- ul and /ul (with less than and greater than brackets).
Example