Practice ยท 1 of 1
Fix the Broken Heading
The HTML below has a bug: the main heading is wrapped in the wrong tag, so it renders small and meaningless. Change the wrong tag to the correct heading tag for the most important heading on a page โ it should contain the text exactly as given.
Rules:
- The page's most important heading uses the level-1 heading tag.
- Keep the text My First Page unchanged.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Introduction to HTML โ Practice