Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Created April 19, 2012 14:42
Show Gist options
  • Save jeremyboggs/2421380 to your computer and use it in GitHub Desktop.
Save jeremyboggs/2421380 to your computer and use it in GitHub Desktop.
Curious what the best way to mark up a heading with a kicker and byline would be. What tags, and in what order.
<header>
<p class="kicker">Latest Post</p>
<h1>Post Title</h1>
<p class="byline"><time datetime="2011-03-25">March 25, 2011</time></p>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment