Skip to content

Instantly share code, notes, and snippets.

@inetbiz
Created January 31, 2017 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inetbiz/c697bc7d4a80663d15226d5c1e67f014 to your computer and use it in GitHub Desktop.
Save inetbiz/c697bc7d4a80663d15226d5c1e67f014 to your computer and use it in GitHub Desktop.
HTML5 Main Tag Example
<body>
<--- Your brand name, logo, byline -->
<header role="banner">
[...]
</header>
<-- This is the real meat and potatoes of your content! -->
<main id="content" class="group" role="main">
[...]
</main>
<-- Author Bio, Related Tags, Links, Categories, etc. -->
<footer role="contentinfo">
[...]
</footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment