So with HTML5 there are some differences to XHTML.
Here is a basic HTML5 page with no content. 2 Column Layout.
<!DOCTYPE HTML> <html> <head> <meta charset=UTF-8> <title>TechShizz</title> </head> <body> <content> <header> logo goes here </header> <header id="animation"> jquerry goes here </header> <nav> links here </nav> <article> text goes here </article> <footer> section or dive here </footer> </content> </body> </html>