List Elements

T
wo classes exist to make HTML lists:
DL
The DL class makes a definition list. It wraps its suboutputs alternately in <dt> and <dd> tags.
UL
The UL class makes an unordered list. It inserts an <li> tag before each suboutput.