Copy <h1>Hello World!</h1) and paste inside the body

https://www.codecademy.com/courses/learn-html-css/lessons/structure/exercises/review-structure
I am stuck inside of this level because it claims that I am wrong. Did I do something wrong?

Well, first off, the link just provides a quick access to get to the lesson you are on but does not show us your code. It would be helpful if you could go ahead and post your code and the error the lesson is telling you you are getting. However, just by looking at the title, instead of a > at the end of your </hi you put a ) which would cause an error. If that does not help then I would go ahead and do what I suggested above ^

1 Like

Well in the title you wrote <h1>Hello World!</h1)
If that is what you have in your code, the problem is that the closing tag “” is ending with a “)” instead of a “>”

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.