Skip to content

Instantly share code, notes, and snippets.

@stevenshelby
Created November 15, 2013 20:03
Show Gist options
  • Select an option

  • Save stevenshelby/7490702 to your computer and use it in GitHub Desktop.

Select an option

Save stevenshelby/7490702 to your computer and use it in GitHub Desktop.
Just a simple HTML list
<ul>
<li>I am the first element in the list</li>
<li>I am the second element in the list</li>
<li>I am the last element in the list</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment