HTML 20

Description

It show how to create and break a list and create a next unordered list again.

Source Code

html20 <HTML>
<HEAD><TITLE>Unordered Lists</TITLE></HEAD>

<BODY>
TV Characters
<UL>
<LI> �I Love Lucy�
<UL>
<LI>Fred
<LI>Ethel
<LI>Ricky
<LI>Lucy
<UL>
<LI>Little Ricky
</UL>
</UL>
<LI>�The Addams Family�
<UL>
<LI>Gomez
<LI>Morticia
<UL>
<LI>Beasley
<LI>Ophelia
</UL>
<LI>Thing
<LI>Lurch
</UL>
</UL>
</BODY>
</HTML>

Output

Unordered Lists TV Characters
  • �I Love Lucy�
    • Fred
    • Ethel
    • Ricky
    • Lucy
      • Little Ricky
  • �The Addams Family�
    • Gomez
    • Morticia
      • Beasley
      • Ophelia
    • Thing
    • Lurch