HTMLHTML + CSS + JavaScript
Draft saved locallyHTML · Spaces: 2
Live preview move your pointer inside
Mission 01 7 min
Reward+80 XP

Repair the Broken Heading

The page renders strangely because one HTML tag is wrong. Read the opening and closing tags rather than adding new elements.

01
Your mission

Fix the existing heading so it has a proper closing tag.

  • Keep the heading text Robot Workshop.
  • Make the heading use one opening <h1> and one closing </h1>.
Check my work Run project
Mission demoRepair the Broken Heading

Finished result only — the answer code stays hidden.