Weź listę, która zaczyna się od stałej liczby w HTML

<ol start="30">
  <li>Thirty</li>
  <li>Thirty One</li>
  <li>Thirty Two</li>
</ol>
siam88