Page 50 - Trackpad_V5_Book 7
P. 50

<HTML>

            <HEAD><TITLE> Nested List</TITLE></HEAD>
            <BODY>
            <H1>List of Fruits and Vegetables</H1>

            <OL>
            <LI> List of Fruits
                <UL>

                <LI>Apple</LI>
                <LI>Watermelon</LI>
                <LI>Orange</LI>
                <LI>Strawberry</LI>

                </UL>
            <LI> List of Vegetables
                <UL>

                <LI>Mushroom</LI>
                <LI>Potato</LI>
                <LI>Carrot</LI>

                <LI>Sweet Potato</LI>
                </UL>
            </OL>

            </BODY>
            </HTML>



























                 Tick ( ) if you know this.

                 ▶  An ordered list is a list of items where the sequence is very important.
                 ▶  An unordered list is a list of items where the sequence of the list is not significant.




             48   Pro (Ver. 5.0)-VII
   45   46   47   48   49   50   51   52   53   54   55