Skip to content

Instantly share code, notes, and snippets.

@oakley808
Last active June 8, 2016 20:12
Show Gist options
  • Save oakley808/5afe8edfa704c536b2d77d1a8766af22 to your computer and use it in GitHub Desktop.
Save oakley808/5afe8edfa704c536b2d77d1a8766af22 to your computer and use it in GitHub Desktop.
<h3>UNORDERED LIST</h3>
<ul>
<li>Unordered list item</li>
<li>Unordered list item</li>
<li>Unordered list item</li>
</ul>
<h3>ORDERED LIST</h3>
<ol>
<li>Ordered list item</li>
<li>Ordered list item</li>
<li>Ordered list item</li>
</ol>
<h3>UNORDERED LIST - LINKS</h3>
<ul class="list-unstyled list-links">
<li>Energy Systems Integration Facility</li>
<li>Integrated Biorefinery Research Facility</li>
<li>Process Development Integration Laboratory</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment