Intro to HTML - 0050

Menu Back Next
HTML Tags! - Creating Various List Styles
Definition List <DL>..lists..</DL>

Defintion List - Off set

Rich
To have wealth
Poor
To not have wealth

The code needed for this is:

<DL> - Definition List
<DT>Rich - Definition Term
<DD>To have wealth - Definition Description
<DT>Poor - Definition Term
<DD>To not have wealth - Definition Description
</DL> - Defintion List