I was told to comment but my code cannot pass

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos.-->
  
  <p>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/102.0.5005.63 Safari/537.36

Challenge: Step 4

Link to the challenge:

Add an anchor tag to your <p></p> tags like this
<p>Some text<a href="#">more text</a>some more text</p>

1 Like

Add a comment above the p element with the text TODO: Add link to cat photos .

that was the instruction but i did that and I keep getting the same error

1 Like

You comment using this around the text:

1 Like

There is a typo in the end of the comment’s text.

Notice that it requires: TODO: Add link to cat photos.

While you have: TODO: Add link to cat photos..

thank you i managed to solve it

no is about indentation

1 Like

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