UL (UN-ordered List)
My favourite things: (un-ordered list example)
- Chocolate
- More Chocolate
- Chicken
- Cheese puffs
- Checkers
If you look at the source code ([Ctrl] [U] in firefox) you will see how
simple it is.
Code to make the list:
<ul>
<li> · Chocolate
<li> · More Chocolate
<li> · Chicken
<li> · Cheese puffs
<li> · Checkers
</ul>
You do NOT need to put the bullets in! This is the point of an ordered
list. They will appear magically.
UL (Unordered List)
Parameters: type=shape (where shape = disc, circle or square)
(disc is default for first level, circle for second, and square for third)