Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

It says that the comment needs to be above the

tag which it is yet it says its not

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

hi and welcome to the forum.

You seem to have changed the text inside the paragraph element.
I suggest you click the reset button and this time only add the comment without modifying the paragraph.

i switched it and it works but i do want to note that when you reset it changes it to “Click here to view more cat photos” vs “See more cat photos in our gallery.”

when I click reset, I just get the exact same paragraph that was there at the start which said:
<p>See more cat photos in our gallery.</p>

That’s odd that it changes it on my end but regardless thank you for the help. Much appreciated.

2 Likes

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