Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
It’s saying the comment should be above the the p element.
I tried typing it after the p element and the same hint is given.
I’m not sure what’s wrong.

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 -->

 
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 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:

@kebin welcome to the community forum! :wave:

Have you tried resetting the challenge then provide your solution again and submit it?

Hi and Thanks!

I’ve tried resetting and refreshing the page, but I’m still given the same failure message.

Can you please, copy and paste your new code solution here?

I’ve refreshed the page a couple of more times (5 times) and it eventually worked lol.
Not 100% sure why it happened, but I’m glad I can continue now.

1 Like

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