Closing tag for h2

Tell us what’s happening:

Your code so far


see<h1>Hello World</<h2> 
<h2>   Cat Photo App</h2>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.0; Infinix X559C Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36.

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

Why do you have these here?
Get rid of that.

And here h1 tag should be closed and not h2 tag.

1 Like