Intro to HTML - 0051

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

Defintion List with Bullets

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

    <DL> - Definition List
    <LI>Rich - To have wealth - List item
    <LI>Poor - To not have wealth - List item
    </DL> - Defintion List