Site hosted by Angelfire.com: Build your free website today!

Today, we're going to learn how to make lists in html.

First, let's write a list. Then we'll add the tags we need.

Here's a list of favorite foods:

My favorite foods: pizza hamburgers steak tofu

Now, here's the same list with some html tags that turn in into an "unordered" (or bulleted) list:

My favorite foods:

Now here's the same list as an "ordered" (or numbered) list.

My favorite foods:
  1. pizza
  2. hamburgers
  3. steak
  4. tofu

And, of course, you could have a list within a list:

My favorite foods: