Looking for the following ordered
1a.milk
1b.bread
1c.butter
1d.coffee beans
The following syntax did not satisfy my requirement.
<ol>
<li>milk
<ol type="a">
<li>bread</li>
<li>butter</li>
<li>coffee beans</li>
</ol>
</li>
</ol>
Above syntax show bellow output
1.milk
a.bread
b.butter
c.coffee beans