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