Skip to content

Instantly share code, notes, and snippets.

@dmtrmrv
Created June 30, 2014 01:12
Show Gist options
  • Save dmtrmrv/4dc21be982c591cf8147 to your computer and use it in GitHub Desktop.
Save dmtrmrv/4dc21be982c591cf8147 to your computer and use it in GitHub Desktop.
HTML - Unordered List: Short Items
<ul>
<li>Americano</li>
<li>Cappuccino</li>
<li>Espresso</li>
<li>Decaf</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment