Skip to content

Instantly share code, notes, and snippets.

@michaelkornblum
Last active May 13, 2019 21:25
Show Gist options
  • Save michaelkornblum/3ba57e45927fd6f8b7170b52ad3d2a7c to your computer and use it in GitHub Desktop.
Save michaelkornblum/3ba57e45927fd6f8b7170b52ad3d2a7c to your computer and use it in GitHub Desktop.
website markup using divs
[...]
<h2>Michael's Shopping List</h2>
<ul>
<li>Butter</li>
<li>Eggs</li>
<li>Milk</li>
<li>Bread</li>
</ul>
<p class="call-to-action">
Click <a href="buy-me-things.html">here</a> to buy my groceries.
</p>
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment