Lists


Several forms of lists are supported in HTML.
This is an UNNUMBERED LIST:

This is an ORDERED (NUMBERED) LIST:

  1. First list item
  2. Second list item

This is a MENU LIST:

  • First list item
  • Second list item
  • This is a DIRECTORY LIST:

  • First list item
  • Second list item
  • This is an UNNUMBERED LIST WITHOUT 'li':

    This is an UNNUMBERED LIST, NESTED THREE DEEP :

    This is a DESCRIPTION LIST:

    Book
    Tree-killer version of online documentation

    Return to HTML Student Reference Index