Ordered Lists

Ordered Lists are ones where the browser numbers each successive list item starting with "1." The only difference between ordered lists and unordered lists is that the <ul> .... </ul> tags are replaced with with <ol> ... </ol> tags. The results look something like this:

    An Ordered List:
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4

Return to your lists.html document and create an ordered list BELOW the original unordered list. Remember, you will be submitting this file for grading.