Intro to HTML - 0053

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

Directory List without Bullets

Notice the Off Set Below
Rich - To have wealth
Poor - To not have wealth

The code needed for this is:

<DIR> - Definition List
<DT>Notice the Off Set Below - Definition Term
<DD>Rich - To have wealth - List item
<DD>Poor - To not have wealth - List item
</DIR> - Defintion List