This page demonstrates the use of unordered, ordered, and definition lists. Here are three ways to organize content in an HTML document:
  1. Use a table.
  2. Use a list.
  3. Use <pre> ... </pre> tags.
This is a way to produce a neatly formatted glossary list.
definition list (<dl>)
Use this to display a list of glossary items and their definitions.
ordered list (<ol>)
Use this to display a numbered list.
unordered list (<ul>)
Use this to display a list of bulleted items.