The Ordered List tag produces numbers or letters in front of each item.

        Ordered Lists
        <OL>(opening tag)
        <LI>apples
        <LI>oranges
        <LI>bananas
        </OL>(closing tag)

        Produces this:
        1. apples
        2. oranges
        3. bananas


          Attributes

          TYPE=1 displays Arabic Numerals
          TYPE=I displays Upper Case Roman Numerals
          TYPE=i displays Lower Case Roman Numerals
          TYPE=A displays Upper Case Alphabet
          TYPE=a displays Lower Case Alphabet


          <UL TYPE=A>(opening tag)
          <LI>apples
          <LI>oranges
          <LI>bananas
          </UL>(closing tag)


          Produces this:
          • apples
          • oranges
          • bananas


          I am by no means an expert on html lists but since I dont see many pages of them for beginners I thought I would create a few. If you would like to learn more about lists go to the next page.

          E Mail