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>
The < ul> is a unordered list. The < ol> is a ordered list with numbers.
ReplyDeleteThe < ul> leaves the list unordered without numbers, while the < ol> is an orderly list with numbers before each line.
ReplyDeleteThe first is an unordered list, the second is ordered. the ordered contains numbers.
ReplyDelete< ul> is an unordered list and < ol> is an ordered list with numbers.
ReplyDelete-Zach
first list is unordered while the second is an ordered list. The second list has numbers
ReplyDeletethe first is an unordered list, the second is ordered. the ordered has numbers
ReplyDelete