Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 2: HTML Essentials: Elements and Lists!
Instruction
Coding Structural Elements
HTML5 introduced several semantic elements to improve the structure and meaning of web pages. These elements help organize content for screen readers, search engines, and developers.
Key Structural Elements
Element | Description |
---|---|
<header> |
Contains introductory content, often a logo or navigation. |
<main> |
Represents the main content of the docum... |