html how to create a sub bullet code example
Example: multilevel list html
<ol> <li>First</li> <li>Second <ol style="list-style-type: lower-alpha; padding-bottom: 0;">
<li style="margin-left:2em">Sub of Second</li>
<li style="margin-left:2em; padding-bottom: 0;">Another Sub</li>
</ol> </li> <li>Third</li> <li>Fourth </li></ol>