The document provides a quick guide to moving from HTML/XHTML to HTML5. It outlines the simpler doctype and meta charset tag in HTML5. It also introduces the main new structural elements - header, nav, section, article, aside, and footer - and provides examples of how to code a basic document using these elements with a top header, navigation menu, content section with articles, sidebar, and footer. The definitions and uses of each structural element are also defined.