Prev Next

10h lists: ol-3

Wrap the presidents in a ol tag with the type="i".

<ol type="i">
  <li>Jomo Kenyatta</li>
  <li>Daniel Arap Moi</li>
  ...
</ol>
👉 Go to my code