1. Introduction to HTML5 •HTML5 (Hypertext Markup Language version 5) is the latest version of the markup language •HTML is used to create the structure of the webpage •HTML is a Markup language, not a programming language •With only HTML we can create a static website
2. Structure of HTML5. ‣ The HTML5 structure consists of a document-type declaration, a head section for document information, and a body section for visible content. ➼ See the video for a better understanding.