Bird
0
0

Consider this HTML snippet:

medium📝 Analysis Q13 of 15
SEO Fundamentals - On-Page SEO
Consider this HTML snippet:
<h1>Welcome</h1>
<h3>Introduction</h3>
<h2>About Us</h2>

What is wrong with the header hierarchy?
AThere should be no <code>H2</code> tag after <code>H3</code>
BThe <code>H1</code> tag should be replaced with <code>H2</code>
CThe tags are correctly ordered
DThe <code>H3</code> tag should not come before <code>H2</code>
Step-by-Step Solution
Solution:
  1. Step 1: Review header tag order importance

    Header tags should follow a logical order: H1, then H2, then H3, etc., to show content structure.
  2. Step 2: Analyze given snippet order

    The snippet uses H1, then H3, then H2. The H3 appears before H2, which breaks the hierarchy.
  3. Final Answer:

    The <H3> tag should not come before <H2> -> Option D
  4. Quick Check:

    Header order must be H1 > H2 > H3 [OK]
Quick Trick: Headers must follow H1, then H2, then H3 order [OK]
Common Mistakes:
  • Ignoring header order importance
  • Thinking any order is fine
  • Replacing H1 with lower headers incorrectly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SEO Fundamentals Quizzes