HTML5 offers many improvements and cool features that can be useful while using WordPress. In this tutorial you will learn How to convert WordPress theme to HTML5. Enjoy!1. Document’s structure<!doctype html> <head> </head> <body> <header> </header> <section id="content"> <article> <header> </header> </article> </section> <aside> <nav> </nav> </aside> <footer> </footer> </body> </html>As we can se

