Https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/headline-with-the-h2-element

Tell us what’s happening:
I can’t proceed from the h2 element

Your code so far


<h1>Hello World CatPhotoApp</h1>


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36</code>.

**Challenge:** Headline with the h2 Element

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

Click the ‘Reset All Code’ button to get a fresh start. Follow the instructions exactly as written:

Add an h2 tag that says “CatPhotoApp” to create a second HTML element below your “Hello World” h1 element.

So you’ll want to add a new tag, an h2 tag to be exact, under the existing h1 tag, with the text “CatPhotoApp” in it. You do not want to make any changes to the existing h1 tag.

I have confidence you can do this.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.