This page demonstrates the use of unordered, ordered, and definition lists.
- Use unordered lists for "bulleted" items.
- Use ordered lists for numbered items.
- Use definition lists for lists of items to be defined.
Here are three ways to organize content in an HTML document:
- Use a table.
- Use a list.
- 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.