HTML Input
<ul> <li>First, light the candle.</li> <li>Next, open the box.</li> <li>Finally, place the three magic items in the box, in this exact order, to complete the spell: <ol> <li>The book of spells</li> <li>The shiny rod</li> <li>The goblin statue</li> </ol> </li> </ul>
CSS Input
Output
First, light the candle.
Next, open the box.
Finally, place the three magic items in the box, in this exact order, to complete the spell:
The book of spells
The shiny rod
The goblin statue