Skip to content

Instantly share code, notes, and snippets.

@cnocon
Created December 11, 2013 15:04
Show Gist options
  • Save cnocon/7911907 to your computer and use it in GitHub Desktop.
Save cnocon/7911907 to your computer and use it in GitHub Desktop.
html for blog post
<!DOCTYPE html>
<html>
<head>
<title>Looping in Javascript</title>
<script async src="blogpost.js"></script>
</head>
<body>
<section>
<h2>Here is our 1st section element.</h2>
</section>
<section>
<h2>Here is our 2nd section element.</h2>
</section>
<section>
<h2>Here is our 3rd section element.</h2>
</section>
</body>
</html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment