I'm stuck here, is it possible where is the error?

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</p>-->
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; M2004J19C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Mobile Safari/537.36

Challenge: Step 4

Link to the challenge:

1 Like

almadwmy2016
That you should add a comment above the p element not below the p element.

1 Like

I have the comments above the p element and still having an issue.

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

Indianaj88
You have to kindly post your code work thus far before it can be determined where the issue is coming from.

Please open your own topic with your own code so that we can help you!


I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

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