Introduction to HTML and Web Page Structure
In this lesson, we will learn what HTML is, how a web page is structured, and the basic HTML document structure. html, head, body, elements, tags, attributes, and how the browser reads HTML will be explained in simple terms. ## Lesson objective In this lesson, we will start with HTML and learn the basic structure of a web page. HTML is the starting point of web development. If we want to build a website, we first need to create the structure of the page. This structure is built with HTML. In simple form: CSS gives design to the page. JavaScript gives behavior and interactivity to the page. But without HTML, the main structure of a web page does not exist.