Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<h1>Hello World</h2>
<h2>CatPhotoApp<h1>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36
Challenge: Headline with the h2 Element
Link to the challenge:
You have this code:
<h1>Hello World</h2>
<h2>CatPhotoApp<h1>
The start and end tags should match and you have to remember to close the end tag.
So the start tag <h1>
should match the end tag </h1>
the same goes for the h2
element. Start <h2>
end </h2>
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.