The 'how' and 'why' of lists in html
Lists are important 'data structures' for html documents. Many things such as menus are also best described as lists in html.
Unordered and Ordered Lists
Lists in html create, by default, bulleted and autonumbered lists:
- item 1
- item 2
This links to Tables