Semantic HTML — Quiz

Answer all 5 questions, then submit. You need 60% to pass. Log in to save progress.

Question 1
Which element is meant for the one main content area of a page?
A <section>
B <main>
C <div>
D <content>
Question 2
What is "div soup"?
A A page built entirely from generic <div> elements with no semantic meaning
B A CSS layout technique
C A type of validation error
D A way to style tables
Question 3
Which is a real benefit of semantic HTML?
A It makes the page load instantly
B Screen-reader users can navigate by landmarks like main and nav
C It removes the need for CSS
D It hides content from search engines
Question 4
Which element best wraps a self-contained blog post?
A <aside>
B <article>
C <footer>
D <nav>
Question 5
When is it fine to use a plain <div>?
A Never — divs are forbidden
B When no semantic element fits and you need a box, usually for styling
C Only for navigation
D Only inside a table