Page Regions - Level 01
Page Regions
Instructions
The <main>
element represents the main content of a web page. The main content is unique to that page. Content that is repeated on other pages (e.g. the main menu or the footer) should not be inside the <main>
element.
There may only be one <main>
element on a page and it must not be a descendant of a <header>
, <nav>
, <article>
, <aside>
or <footer>
element.
Wrap the main content of the body element in a <main>
element.
index.html
On your computer: Press + m to use the tab key for site navigation.
The editor is loading...