Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

   <html>
     <body>
        <h1>CaPhotosapp</h1>
        <h1>cat photos</h1>
    </html>
    </body>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 2

Link to the challenge:

The directions say

Below the h1 element, add an h2 element with this text:

Cat Photos

You need to use an h2 not h1 and make sure the text matches exactly what the directions tell you

You also need to fix your top h1 you delete some letters from it for some reason. I suggest resetting the lesson, and then add the h2

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