Lists
Main
Images
Color
About HTML
-there are two kinds of lists:
an unordered list (bulleted list)
an orderered list (numbered list)
-an unordered list tag would look like this <ul>
-and an ordered list tag would look like this <ol>
-the main list tag is <li>
-here is an example of a grocery list that is unordered:
- Milk
- Bread
- Eggs
- Ice Cream
-here is an example of an ordered list:
Favorite Music:
- The Kooks
- Rooney
- Vampire Weekend
- Pheonix
-there is also a third type of list and that is a nested list
-here is an example of a nested list:
Produce
- Fruit
- Apples
- Peaches
- Lemons
- Cherries
- Veggies
Here is a list with 3 sub units:
Florida Packing List
- Shoes
- Clothes
- T-shirts
- Swim Suits
- Dresses
- Shorts
- Misc. Items
Ellie
3/10/10