Lists

Skills Covered
Lists
- Unordered Lists <ul>

- List Item <li>
- Ordered Lists <ol>
- Nested Lists
Bullets

Objectives
After this lesson, you will be able to:
Identify HTML codes for creating unordered, ordered, and nested lists for a web page.
Place different list types within your HTML document and view the changes within your web page.

Lists can present items of information in an easy-to-read format. Many web pages display lists of items -- these may be items preceded with a bullet (Unordered) or a sequentially numbered list (Ordered).

These lists are easy to format in HTML, and they may even be nested (lists of lists) to produce an outline format. Lists are also handy for creating an index or table of contents to a series of documents or chapters.