End tag with the h2 Element

Tell us what’s happening:

Your code so far


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

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/

Interesting that you ask. Your problem is that you didn’t end it off with h2. So instead of , put to solve your problem.

1 Like
<h1>Hello World</h1>
<h2> Cat Photo App</h2>
2 Likes

Good one. I noticed that too. I hope he saw it