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>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <p>Click here to view more cat photos.</p>
  <!-- TODO: Add link to cat photos -->
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 7.0; Infinix Zero 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36

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

Link to the challenge:

Correct me pls
Am being told is wrong

hello there, how can we help you? what’s going wrong here? what are your doubts?

I have the same question.

Wel basically says this:

CatPhotoApp

Cat Photos

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

In the last two paragraphs the program of free code camp says this:
Sorry, your code does not pass. Try again.What could be the problem? Any idea?

your comment should be above the p element.

1 Like

Thank you so much seareha369, so finally the solution was: (please notice that the dot on Add link to cat photos–> should not be added)

Click here to view more cat photos.

1 Like

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