Please i need with this code

learning how to code:
Hi
I have difficulty crossing step 4 of the html coding

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

Challenge: Step 4

Link to the challenge:

You changed things you shouldn’t have. You changed </h1> to </h> and you added in a new p. And your comment is in the wrong place.

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