Definition Lists


A great way to organize information.

In a definition list there is a term to be defined and a definition indented below it. Look below.

Term 1 to be defined.
Term 1 information.
Term 2 to be defined.
Term 2 information.

The code placed between <<>dl> and <<>/dl> looks like this:
<<>dl> <<>dt>Term 1 to be defined.
<<>/dt> <<>dd>Term 1 information.
<<>/dd> <<>dt>Term 2 to be defined.
<<>/dt> <<>dd>Term 2 information.
<<>/dd> <<>/dl>


To Make Your Lists Clickable Go To The Next Page.