Which HTML5 element defines the main content of a web page ?

2024

Which HTML5 element defines the main content of a web page ?

Answer: C. <main>The <main> element correctly identifies the primary content area of a document. Review HTML5 semantic tags documentation to confirm how <main> differs from…

  1. A.

    <nav>

  2. B.

    <header>

  3. C.

    <main>

  4. D.

    <footer>

Attempted by 278 students.

Show answer & explanation

Correct answer: C

The <main> element correctly identifies the primary content area of a document. Review HTML5 semantic tags documentation to confirm how <main> differs from other structural elements like <div> or <section>. This ensures you understand when to apply specific semantic tags for accessibility and SEO purposes.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…