By applying different number type to the different levels of a nested ordered list, you can create a multilevel outline.
Example:
HTML>
HEAD>
TITLE> My First Web Page
/TITLE>
BODY>
OL TYPE =”I”>
LI> Level One Outline Level
OL TYPE =”A”>
LI> Level Two Outline Level
OL Type =”1”>
LI> Level Three Outline Level
OL TYPE=”A”>
LI> Level Four Outline Level
LI> Level Four Outline Level
/OL>
LI> Level Three Outline Level
/OL>
LI> Level Two Outline Level
/OL>
/LI> level One Outline Level
/OL>
/BODY>
/HTML>
0 comments:
Post a Comment