Skip to content

Instantly share code, notes, and snippets.

@MaraScott
Created March 7, 2013 02:57
Show Gist options
  • Select an option

  • Save MaraScott/5105239 to your computer and use it in GitHub Desktop.

Select an option

Save MaraScott/5105239 to your computer and use it in GitHub Desktop.
Name : help - Language : HTML - type : how to - platform : generic - tag :
<!--
Definition
OL : Order List
UL : Unorder List
LI : List Item
-->
<!-- Example -->
<ul>
<li>Text</li>
<li>Text</li>
<li>Text</li>
</ul>
<ol>
<li>Text</li>
<li>Text</li>
<li>Text</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment