Tell us what’s happening:
Your code so far
<h1>Hello World</h1>
<h2>CashPhotoApp</h2>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36
.
Challenge: Headline with the h2 Element
Link to the challenge:
Hey @lidzamartinez,
The challenge asks you to put the text
CatPhotoApp
inside the h2 tag, but in your code you wrote
CashPhotoApp
.
in the beginning of the code? or when closing it?
It’s just a little typo on the code. CashPhotoApp
is not the same as CatPhotoApp
so the solution would be changing it.
1 Like