Lists


About html     Color     Images and Links     Lists     Tables     My Horses     Index    
There are two kinds of lists, lists with bullets by them and lists with numbers by them.
An unordered list is bulleted. The tag is <ul>
An ordered list is numbered. The tag is <ol>
<li> stands for list item--it will create a new bullet or number.
As always, you must close the list with /ul or /ol. Also, you have to end list items with /li.
You can also make a nested list. (examples below)

Examples:
    Favorite Music
  1. Kenny Chesney
  2. Brad Paisley
  3. I'm not sure that I can pick the last one and leave everything else out...That would just be unfair!

Maria 3/10/10