Skip to content

Instantly share code, notes, and snippets.

@cpjobling
Created March 12, 2010 15:03
Show Gist options
  • Save cpjobling/330375 to your computer and use it in GitHub Desktop.
Save cpjobling/330375 to your computer and use it in GitHub Desktop.
HTML for an example blog-post. Used in coursework for EG-146 Communication for the Internet.
<div id="post-id" class="entry">
<h1>Entry Title</h2>
<p>The blog entry.</p>
<p> ... </p>
<div class="byline">
<em>Posted by</em>:
<span class="posted-by">Author</span> date
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment