Skip to content

Instantly share code, notes, and snippets.

@michaelkornblum
Last active May 13, 2019 21:41
Show Gist options
  • Save michaelkornblum/0b06ee1472a50c4392d1fe974ec32406 to your computer and use it in GitHub Desktop.
Save michaelkornblum/0b06ee1472a50c4392d1fe974ec32406 to your computer and use it in GitHub Desktop.
A simple HTML unordered list
[...]
<ul>
<li>Eggs</li>
<li>Milk</li>
<li>Butter</li>
<li>Bread</li>
</ul>
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment