Headline with the h2 Elemen

Tell us what’s happening:
My code is throwing the below error .
Your h2 element should have the text “CatPhotoApp”
help me to sort it out

Your code so far


<h1>Hello World</h1>
<h2>Catphtotoapp</h2>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/headline-with-the-h2-element/

Your text is wrongly spelled. Try to copy paste “CatPhotoApp” and it’ll run to succession.

1 Like

Do this

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

but i am not getting the difference between your code and mine

Oops…
Silliest mistake.
thanks

oh spelling mistake was there. thanks:)