i'm doing an ordered list which is intersperced with headings;
<h1>heading one</h1>
<ol>
<li>first</li>
</ol>
<h1>heading two</h1>
<ol>
<li>second</li>
<li>thrid</li>
</ol>
etc. i thought there was a way of starting a list from a specified number, and there is, or was; it's depricated. w3schools:
start - number - Deprecated. Use styles instead. - Specifies the start point in a list.
how do i do that with style, and isn't that a mistake? the numbering of a list surely is not style. people without style are going to get
heading one
1. first
heading two
1. second
2. thrid
which is wrong.









Bookmarks