[go: up one dir, main page]

0% found this document useful (0 votes)
18 views2 pages

Nested List Bgcolor Color Nested HTML Lists Type Coffee Type Espresso Cappuccino Mocha

The document demonstrates nested HTML lists, with an unordered list containing items like Coffee and Tea, and nested ordered lists under Coffee listing specific types.

Uploaded by

Quicker Maths
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

Nested List Bgcolor Color Nested HTML Lists Type Coffee Type Espresso Cappuccino Mocha

The document demonstrates nested HTML lists, with an unordered list containing items like Coffee and Tea, and nested ordered lists under Coffee listing specific types.

Uploaded by

Quicker Maths
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1 <html>

2 <head>
3 <title>Nested List</title>
4 </head>
5 <body bgcolor= ''pink '' > <font color= ''blue'' >
6 <Hl>Nested HTML Lists </Hl>
7 <ul type= ''disk'' >
8 <li>Coffee</li>
9
0 <ol type= "l" >
1 <li>Espresso</li>
2 <li>Cappuccino</li>
3 <li>Mocha</li>
4
5 </ol>
6 <li>Tea</li>
7 <ul Type =''circle'' >
8 <li>Black Tea</li>
9 <li>Green Tea </li>
0 <li>White Tea</li>
1 </ul>
2 <li>Milk</li>
3 </ul> </font>
4 </body>
5 </html>
~,.di 94%0

fl le:///storage/emulated/0/Html/list. ...

Nested HTML Lists


• Coffee
1. Espresso
2. Cappuccino
3. Mocha
• Tea
o Black Tea
o Green Tea
o White Tea
• Milk

Ill O <

You might also like