
Week 2, Part 2
For an unordered list use <ul> </ul> along with <li> </li>. This will
make each item with a bullet. Inserting "type=" along with circle or square after the
<li"> will change the type of bullet. They space automatically, the "p" or "br" is not
needed unless you want two (2)spaces between each item in the list.
Kathie's favorite things:
Ordered lists <ol> </ol> are numbered as in the example below. They are written with <ol> </ol> along with the <li> </li>.
Kathie's Favorite Movies
Ordered and unordered lists can be combined; this is called nesting.