Monday, October 7, 2013

blog #6

blog #6
 tell me the difference between the two and which one has numbers in front of each line?

<ul> <li>Dish soap</li> <li>Kitty litter</li> <li>Tomato sauce</li> </ul>


AND

<ol> <li>First item!</li> <li>Second item!</li> <li>Last item!</li> </ol>

6 comments:

  1. The < ul> is a unordered list. The < ol> is a ordered list with numbers.

    ReplyDelete
  2. The < ul> leaves the list unordered without numbers, while the < ol> is an orderly list with numbers before each line.

    ReplyDelete
  3. The first is an unordered list, the second is ordered. the ordered contains numbers.

    ReplyDelete
  4. < ul> is an unordered list and < ol> is an ordered list with numbers.

    -Zach

    ReplyDelete
  5. first list is unordered while the second is an ordered list. The second list has numbers

    ReplyDelete
  6. the first is an unordered list, the second is ordered. the ordered has numbers

    ReplyDelete