 
 
 
 
 
   
<dl> ... </dl> delimits list.
<dt> indicates the term in the list item, <dd> indicates the
definition. No closing </dt>, </dd> is required.
For Example:
<dl> <dt> apples <dd> A fruit usually green and/or red. <dt> bananas <dd> A yellow fruit. </dl>
which when viewed in browser looks like: