Using ordered lists
Is there any way to make an ordered list display properly? The <ol type="a" start="2"> does not display a new list beginning with the letter "b". All ordered lists begin with "a". I know that the "start" code has been deprecated in HTML5 -- so is there any way to make the ordered lists work properly?
|