|
<OL> <LI>Apple <LI>Orange <LI>Lemon <LI>Tangerine </OL> |
<UL> <LI>Chocolate <LI>Strawberry <LI>Banana <LI>Vanilla </UL> |
A Definition List is designated using the <DL> </DL> tags to mark the beginning and end of a list.
A definition term is specified by a single <DT> tag while the definition of the term is specified by a single <DD> tag.
<DL> <DT>Baseball <DD>A team game requiring a bat and ball and 9 players per team. <DT>Basketball <DD>A team game requiring a ball and 5 players per team. <DT>Golf <DD>A sport requiring special clubs and a small ball. Can be played alone or with others. </DL> |