Home » HTML » HTML Introduction » Question
  1. Which of the following is not sectioning elements?
    1. <aside>
    2. <header>
    3. <article>
    4. <nav>
    5. 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.



Your comments will be displayed only after manual approval.