Making lists is such a handy tool. They can be used to make indexes,display information by subject, or as a means to link to all kinds of things.

It's nice sometimes to make them clickable. It's a great way to present information in a neat and orderly fashion without having to repeatedly re-align text to fit. Once you enter the tags, the list puts itself in order.

Below you will see each list displayed and the codes for them. At the end there is an explaination of a couple of ways and places to make them clickable. That code will work on any list.


Unordered Lists

Each item gets a symbol in front of it automatically, depending on the list type named in the code.

  • Item 1
  • Item 2
  • Item 3
  • Item 4

For a square as the symbol,
use ul type="square"

See what that looks like below.

  • Item 1
  • Item 2
  • Item 3
  • Item 4

This next one is a little confusing - it's ul type="circle", but on WebTV/msn it appears as a small arrow and on a computer it appears as a small circle, indented in the center.

  • Item 1
  • Item 2
  • Item 3
  • Item 4

For some nice looking NUMBERED lists - called "ordered lists" - click on the button below,