HTMLHTML + CSS + JavaScript
Draft saved locallyHTML · Spaces: 2
Live preview move your pointer inside
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