Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
So… I don’t see what is wrong here:

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

 <!-- TODO: Add link to cat photos -->
 <p>Click here to view more cat photos.</p>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.131.4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

This is step number 4 - add a comment , which I did, and I added it in the correct order, above the p element but it is no letting me go further.

It might be bug within this step where the text of p element still using the old step

Try change the p element text into below

<p>See more cat photos in our gallery.</p>

hello and welcome back to fcc forum :slight_smile:

  • you have changed “p” element text a bit, starting word should be “See” not “Click”

address that change and it should be alright, happy learning :slight_smile:

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