Page Regions - Level 06
Quiz
When can a <nav>
element be placed inside the <main>
element?
Possible answers to the quiz
Never, this is bad practice.
If this navigation is relevant for all pages.
If this navigation is only relevant for the current page.
Always, it must be inside the
<main>
element.