Stage 2: HTML Structure

HTML Semantic Elements

Semantic tags like
,
, and
explain their content to the browser and SEO.
<header>
  <nav>Home</nav>
</header>

Practice Task

Add a

element with a copyright notice.