Intro to HTML - 0055

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

Directory List within List with Bullets

Notice the Off Set and 2 sets of Bullets
  • 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
    <LI>Rich - List item
    <DIR> - Directory List
    <LI>To have Wealth - List item
    <LI>To acquire riches - List item
    </DIR>
    <LI>Poor - List item
    <DIR> - Directory List
    <DD>To have very little wealth - List item
    <DD>To have few possessions - List item
    </DIR>
    </DIR> - Directory List