Your comment should contain the text TODO: Add link to cat photos

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

the comment should be ABOVE the p element.

2 Likes

Hey Buddy!
You just make a small mistake. First remove the comma(,) from the comment line and remove . after comment and place the comment above the p element.
Hope You understood.
Happy Coding :smiley:

1 Like

Its stating
Your comment should contain the text TODO: Add link to cat photos .

1 Like

I have tried that too

this should be it. removing the comma and placing it above the p element.

edit: i forgot to delete the period at the end also. fixed it.

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