Intro to HTML - 0054

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

Directory List within List

Notice the Off Set Below
Rich
To have Wealth
To acquire riches
Poor
To have very little wealth
To have few possessions

The code needed for this is:

<DIR> - Directory List
<DT>Notice the Off Set Below - Definition Term
<DL>Rich - Definition List
<DD>To have Wealth - Definition Description
<DD>To acquire riches - Defintion Description
</DL>
<DL>Poor - Definition List
<DD>To have very little wealth - List item
<DD>To have few possessions - List item
</DL>
</DIR> - Directory List