Structure
The markup for that document could look like the following:
Example:
<body> <header>...</header> <nav>...</nav> <article> <section> ... </section> </article> <aside>...</aside> <footer>...</footer> </body>
HTML5 introduces a whole set of new elements that make it much easier to structure pages.