Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
My comment is placed above the

element but I’m still getting an error saying “Your comment should be above the p element. You have them in the wrong order.”

Your code so far

<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos  -->
<p>Click here to view more cat photos.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

Your code is too old.
Please click the reset button which looks like an arrow turning and then try the step again. (Click CTRL-F5 together to force the browser to refresh the code also)

Thank you @hbar1st! I tried both the reset option and forced the browser refresh and still getting the same error. Here’s my code

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

hi, you are still using old code.

Please reset again and do the CTRL-F5 afterwards.
Then copy the code here so I can check it for you (before you modify it).

Thank you, I was using the wrong shortcut for the hard reload on my Mac, once I found the correct one it worked.

1 Like

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