Which of the following is not sectioning elements?
<aside>
<header>
<article>
<nav>
None of these
Correct Option: B
The <section> element represents a section of a document or application. Tags like <article>, <aside>, <nav>, <section> are the ones that create a nested, new outline inside the page.