HTML list tag with letters not works
Posted: Wed May 20, 2020 4:29 pm
Hi,I'd like to use a list using letter. So the syntax should be
<ul>
<li> list1:
<ol type="a">
<li>lista a
<li>lista b
<li>lista c
</ol>
<li> list2
</ul>
but it not works
here result:
° list1:
a lista a
a lista b
a lista c
° list2
can you help me?
thanks
<ul>
<li> list1:
<ol type="a">
<li>lista a
<li>lista b
<li>lista c
</ol>
<li> list2
</ul>
but it not works
here result:
° list1:
a lista a
a lista b
a lista c
° list2
can you help me?
thanks