Intro to HTML - 0052

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

Directory List with Bullets

Notice the Off Set
  • Rich - To have wealth
  • Poor - To not have wealth
  • The code needed for this is:

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