Learn HTML by Building a Cat Photo App - Step 4

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

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!--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; rv:108.0) Gecko/20100101 Firefox/108.0

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

Hello, I’m not sure on why my code is not correct. I keep on getting the hint “Your comment should be above the p element. You have them in the wrong order.” However my comment is above the p element so I am a bit confused.

your code is not the newest version that fCC is using.
Can you click the reset button (it looks like an arrow turning) and then force your browser to refresh by pressing CTRL-F5 at the same time?
Then you can redo the step? The problem is that the paragraph element you have at the moment is old and it is confusing the fcc test.

1 Like

Thank you so much for your help.

1 Like

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