I'm a beginner and i need to pass 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>Click here to view more cat photos</p>
  <p><p!-- TODO: Add link to 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.115 Safari/537.36 OPR/88.0.4412.53

Challenge: Step 4

Link to the challenge:

Comments don’t need to go inside of another element, they exist on their own. The start of the comment begins with <!-- , then you add your comment, then you close the comment with -->. See the example in the instructions for a complete example. So you want to add just a comment above the existing p element.

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