Tags for Lists and Menus

Building HTML docs with LIST tags
|| The Ordered (numbered) List Tag <ol> || The List Item Tag <li> ||
|| The Unordered (bulleted) List Tag <ul> || The Menu List Tag <menu> ||
|| The Glossary or Definition List Tag <dl> ||
|| The Definition Term or Title Tag <dt> || The Definition Datum or Description Tag <dd> ||
* List Tags <ol>, <ul>, <menu>, and <dl>
* Ordered (numbered) List Tags: <ol>
 The HTML tagged text:
  <ol> <li>The Ordered or numbered List tag is <b><ol></b>. 
    <li>The List Item tag is <b><li></b> ("list item"). 
    <li>You get (usually Arabic) numerals. 
       <ol> <li>The bullets usually change in nested lists. 
          <ol> <li>The bullets usually change in nested lists. 
            <ol> <li>The bullets usually change in nested lists. 
            </ol> 
         </ol> 
      </ol>
  </ol>
  
  produces the Ordered or Numbered List:
  1. The Ordered or numbered List tag is <ol>.
  2. The List Item tag is <li> ("list item").
  3. You get (usually Arabic) numerals.
    1. The numbers can change in nested lists.
      1. The numbers can change in nested lists.
        1. The numbers can change in nested lists.

Hyperlinks:
Table of Contents
Questions? E-mail your Instructor - Dr. Charles Rubenstein
Tutorial Copyright (c) 1996-2006 C.P.Rubenstein