Covered in this page:
How to create lists
How to create different kinds of lists
Nesting lists
Making lists look more interesting...
Actually, the latter can be done very easily:
Make appropriate use of colour
Don't waste space - use
compact
if necessary
Lists are for brevity - use them!
Remember the different kinds of list:
Unordered
<ul>...</ul> - using bullet points
Ordered
<ol>...</ol> - using numerals of some sort
Definition
<dl>...</dl> - definitions of terms and their meanings