/ Published in: HTML
Expand |
Embed | Plain Text
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--> </head> <body> <header role="banner"> <hgroup role="heading"> </hgroup> <nav role="navigation"> <ul> </ul> </nav> </header> <section id="main-content"> <section id="content" role="main"> </section> <aside id="sidebar" role="complementary"> </aside> <!-- sidebar --> </section> <!-- main-content --> <footer> </footer>
Comments
Subscribe to comments
You need to login to post a comment.

Updated to include link to Shiv and Chrome frame for IE Support.