Created
April 19, 2012 14:42
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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