Not with CSS, that’s how!

<ol>
  <li value="3">This is item three.</li>
  <li value="50">This is item fifty.</li>
  <li value="100">This is item one hundred.</li>
</ol>

Result:

  1. This is item three.

  2. This is item fifty.

  3. This is item one hundred.

I only I had read the [HTML5 Doctor articles](http://html5doctor.com/ol-element-attributes/#start-value-attribute) we were putting out at the time 🤦

Learned at 20-May 2021 @ 12:32 about css. [Edit this post](https://github.com/remy/remysharp.com/blob/main/public/til/css/how-do-you-set-the-value-in-an-order-list.md)