HTM20
Description
Output
Source Code
Description
this is a unordered list that described the name`s of the persons, family and thing..
Output
TV Characters
- “I Love Lucy”
- ”The Addams Family”
- Gomez
- Morticia
- Thing
- Lurch
Source Code
<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>