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.Use <h1> for the main heading.
- 2.Keep the text "Hello, HTML".
The greeting uses <h2> instead of <h1> for the page's main heading. Fix the tag — the text "Hello, HTML" should stay the same.
<h2>Hello, HTML</h2> <p>I am learning how to build web pages from scratch.</p>
Output ready when you are
Press Run to render your code, or Submit to validate your solution.