The document contains answers to 9 questions about HTML5 features. It describes the differences between HTML and HTML5, the purpose of the <!DOCTYPE> tag, new HTML5 elements such as <video>, <audio>, <canvas>, and <figure>, new input types like email and date, how to add video and audio in HTML5, how the <canvas> element can be used to draw graphics, how localStorage can be used to store large amounts of data in HTML5 without affecting performance, and how to create and access sessionStorage which stores data for one browser session.