Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tsevdos/1550516 to your computer and use it in GitHub Desktop.
Save tsevdos/1550516 to your computer and use it in GitHub Desktop.
Beginning HTML ordered lists with numbers other than 1
<ol start="4">
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>
<li>list item 4</li>
<li>list item 5</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment