<!-- HTML Example --> <ol> <li>First item</li> <li>Second item <ol> <li>Sub-item A</li> <li>Sub-item B</li> </ol> </li> <li>Third item</li> </ol>