Prev Next

10g lists: ol-2

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

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