You can nest a list inside another list. The browser automatically indents nested list levels. You can nest the same or different kinds of lists.
Examples:
HTML>
HEAD>
TITLE> My First Web Page
/TITLE>
/HEAD>
BODY>
UL>
LI> Computer Software
OL>
LI> MS-Windows 7
LI> MS Excel 2010
LI> MS Word 2010
/OL>
LI> Hardware
OL>
LI> CPU
LI> Input Devices
LI> Output Devices
LI> Hard Dick
/OL>
/UL>
/BODY>
/HTML>
Examples:
HTML>
HEAD>
TITLE> My First Web Page
/TITLE>
/HEAD>
BODY>
UL>
LI> Computer Software
OL>
LI> MS-Windows 7
LI> MS Excel 2010
LI> MS Word 2010
/OL>
LI> Hardware
OL>
LI> CPU
LI> Input Devices
LI> Output Devices
LI> Hard Dick
/OL>
/UL>
/BODY>
/HTML>
0 comments:
Post a Comment