Tuesday, May 17, 2011

Bare HTML 5 Page

Here's a simple (nothing but main tags) for an HTML 5 Web Page


<!doctype html>
  <title></title>
   <head></head>
     <body>
          <header></header>
            <navigation></navigation>
               <article></article>
                 <aside><aside>
                <footer></footer>
     </body>
</html>
          
There you have it, in the future I'll be adding much much more HTML 5 and CSS 3 content.