1D0-610 · Question #91
Which choice lists the HTML5 elements that define the document structure for a Web page?
The correct answer is D. <header>, <footer>, <nay>, <article>, <aside>. Option D is correct because <header>, <footer>, <nav> (note: <nay> throughout this question appears to be a typo for <nav>), <article>, and <aside> are all legitimate HTML5 semantic elements used to structure a web page's layout and meaning. Why the distractors fail: A is wrong…
Question
Which choice lists the HTML5 elements that define the document structure for a Web page?
Options
- A<header>, <footer>, <nay>, <main>, <mainimage>
- B<header>, <footer>, <banner>, <nay>, <article>
- C<header>, <footer>, <nay>, <main>, <article>
- D<header>, <footer>, <nay>, <article>, <aside>
How the community answered
(52 responses)- B2% (1)
- C4% (2)
- D94% (49)
Explanation
Option D is correct because <header>, <footer>, <nav> (note: <nay> throughout this question appears to be a typo for <nav>), <article>, and <aside> are all legitimate HTML5 semantic elements used to structure a web page's layout and meaning.
Why the distractors fail:
- A is wrong because
<mainimage>does not exist in HTML5 - there is no such element. - B is wrong because
<banner>is not a valid HTML5 element (it exists as an ARIA landmark role, not a tag). - C is the trickiest distractor - all five elements in C are actually valid HTML5 elements. However, the exam's curriculum likely defines the canonical set of structural elements as those in D (
<aside>over<main>), so follow your course materials on this one.
Memory tip: Think of a newspaper layout - you have a <header> (masthead), <footer> (bottom credits), <nav> (table of contents), <article> (a story), and <aside> (a sidebar note). Any made-up-sounding element like <mainimage> or <banner> is a red flag it's a distractor.
Heads up for exam prep: The
<nay>spelling appearing in every option is almost certainly a typo for<nav>. On your actual exam, expect to see<nav>.
Topics
Community Discussion
No community discussion yet for this question.