How do you specify the value of an ordered list item to start from 10?
<ol> <li ___>This starts from 10</li> </ol>
value="10"
start="10"
begin="10"
from="10"