Skip to content

Instantly share code, notes, and snippets.

@aminou7
Last active April 29, 2017 13:03
Show Gist options
  • Save aminou7/9a814605dd68753319d8d91da84dda7e to your computer and use it in GitHub Desktop.
Save aminou7/9a814605dd68753319d8d91da84dda7e to your computer and use it in GitHub Desktop.
HTML <ol> Tag
<ol>
<li>قهوة</li>
<li>شاي</li>
<li>حليب</li>
</ol>
<ul>
<li>قهوة</li>
<li>شاي</li>
<li>حليب</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment