Lists, Definition Lists
Added 26 Jul 2008
Unordered List
This markup:
List item
Next list item
Another list item
creates this:
- List item
- Next list item
- Another list item
Ordered List
This markup:
Item One
Item Two
Item Three
creates this:
- Item One
- Item Two
- Item Three
Definition List
This markup:
Term
Definition of term above
Another Term
Definition of another term above
creates this:
- Term
- Definition of term above
- Another Term
- Definition of another term above