Add a comment above the p element with 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>
  <!--TODO: https://images.pexels.com/photos/617278/pexels-photo-617278.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 -->
  <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/103.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

The text in the comment is supposed to read:
TODO: Add link to cat photos
, not an actual link to cat photos, you’re gonna do that in a later step. for now, just copy the text for the comment from the instruction.

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