Learn HTML by Building a Cat Photo App - Step 5

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

Your code so far

<html>
  <body>
     <main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online.</p>
    </main>
    
  </body>
</html>

Your mobile information:

iPhone - iOS17.5.1

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi. You have changed the text inside the p element so it won’t pass. Reset the step and try again but don’t change any of the existing text.

Hello, please, I can’t get past step 5 no matter what I do. Can someone help me get past this step? Or tell me what to do in detail to get to the next level. I’m a new learner. Thank you.

Welcome to the forum @christianirie4

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

try copy pasting the text they tell you to write in the elements or look for any capital letters in the opening & closing tags I had written H1 instead of h1 and it wouldn’t let me pass