Other Lists

Two other list types in HTML are: directory and menu lists, identified by:.

<DIR>...</DIR> and <MENU>...</MENU>

Syntax:

<DIR>                           |<MENU>
  <LI>    This                  |  <LI>    This
  <LI>    is a                  |  <LI>    is a
  <LI>    directory             |  <LI>    menu
  <LI>    list                  |  <LI>    list
</DIR>                          |</MENU>

Home Page | Definition List Sample | Samples