Some Examples


Lists

Unordered (bulleted)

What you type:
	<UL>
	<LI> apples
	<LI> bananas
	</UL>
What you get:

Ordered (numbered)

What you type:
	<OL>
	<LI> oranges
	<LI> peaches
	<LI> grapes
	</OL>
What you get:
  1. oranges
  2. peaches
  3. grapes

Definition (descriptive)

What you type:
 
	<DL>
	<DT> THHGTGG
	<DD> The Hitchhiker's Guide to the Galaxy was originally a BBC
		radio series which ....
	<DT> Netrek
	<DD> Netrek is a networked multiuser game. It is not a simple
		shoot-em-up game, but ....
	</DL>
What you get:
THHGTGG
The Hitchhiker's Guide to the Galaxy was originally a BBC radio series which ....
Netrek
Netrek is a networked multiuser game. It is not a simple shoot-em-up game, but ....