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

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

In order to ask a better question please provide your issue next time you post it.
I believe from your code you’ve misplaced your p element if that is your issue.

sorry for not able to provide full info on this. The issue is that i have tried every possibility i can but still isnt getting the ans. At first i made the comment above the paragraph line, then inside paragraph . still no result

Hint

Your comment should contain the text TODO: Add link to cat photos.
this is the hint they are giving me.
Add a comment above the p element with this text:

TODO: Add link to cat photos
and this is the task

I believe the second issue is you have extra “-” just after photos which is only two “–” required.
and remember to move the p element in line with click here

thanks for the help indentation was incorrect on my side.

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