SLIDE 1
2
Lists
- You can create unordered lists with ul and
- rdered lists with ol.
– An unordered list uses bullet points for each
item by default.
– An ordered list uses numbers for each item
by default.
- You can add items to ul or ol by using the li
- element. The li element can contain text or
- ther html elements.