Closing issue with h2 element

Tell us what’s happening:

its says my h2 element doesn’t have a closing tag, but it clearly does and I cant move forward

Your code so far

<h1>Hello World</h1>
<h2>CatPhotoApp</h1>


Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/headline-with-the-h2-element

I don’t see any difference. I guess this isn’t for me. Stuck on the second task

your second closing should be < /h2 > instead of < /h1 > :slight_smile: