
HTML provides the structure of your website. This lesson introduces basic tags like <h1>
, <p>
, <a>
, and <img>
, and explains how to organize your page using semantic elements like <header>
, <nav>
, <main>
, and <footer>
. You’ll learn how semantic markup improves accessibility and SEO.