Here's an example that nests two unordered lists inside an ordered list.
<OL> <LI> Pie <UL TYPE=CIRCLE> <LI> Apple <LI> Cherry </UL> <LI> Cake <UL TYPE=DISC> <LI> Spice <LI> Chocolate </UL> </OL> diplays as
<OL> <LI> Pie <UL TYPE=CIRCLE> <LI> Apple <LI> Cherry </UL> <LI> Cake <UL TYPE=DISC> <LI> Spice <LI> Chocolate </UL> </OL>
If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.