मराठी

How will you nest an unordered list inside an ordered list?

Advertisements
Advertisements

प्रश्न

How will you nest an unordered list inside an ordered list?

कोड लेखन
Advertisements

उत्तर

We can nest an unordered list inside an ordered list in the following manner:

<OL>
    <LI>Fruits
        <UL>
            <LI>Apples</LI>
            <LI>Grapes</LI>
            <LI>Bananas</LI>
        </UL>
    </LI>

    <LI>Vegetables
        <UL>
            <LI>Potatoes</LI>
            <LI>Cabbages</LI>
            <LI>Gourd</LI>
        </UL>
    </LI>

    <LI>Dairy Products
        <UL>
            <LI>Milk</LI>
            <LI>Curd</LI>
            <LI>Buttermilk</LI>
        </UL>
    </LI>
</OL>
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 3: HTML- I: Basic HTML Elements - Assignment [पृष्ठ १२८]

APPEARS IN

सुमिता अरोरा Computer Applications [English] Class 10
पाठ 3 HTML- I: Basic HTML Elements
Assignment | Q 35. | पृष्ठ १२८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×