HTML Formatting: Lists
Ordered Lists use container tags: <ol> </ol>
- produce numbers for list items
Unordered Lists use container tags: <ul> </ul>
- produce lists with bullets
List items go INSIDE the containers:
- <li>first item
- <li>second item
Line breaks are automatic