Skip to main content

Fix the wrong heading levelfind the bug

HTML5andCSS3 logoFIND THE BUG

The greeting uses <h2> instead of <h1> for the page's main heading. Fix the tag — the text "Hello, HTML" should stay the same.

Acceptance criteria

  1. 1.Use <h1> for the main heading.
  2. 2.Keep the text "Hello, HTML".
1
2
0 × 0

Output ready when you are

Press Run to render your code, or Submit to validate your solution.