Learn HTML by Building a Cat Photo App - step 14

Tell us what’s happening:
I have tried every single modification to the code and i’m still not getting anywhere please help

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <pCats> Click here to view more photos<pCats
<a href='#'><img src ="https://cdn.freecodecamp.org/curriculumcat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."</a>
  >
</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: Learn HTML by Building a Cat Photo App - Step 3

Link to the challenge:

hello and welcome to fcc forum :slight_smile:

this is invalid syntax!! not sure why are you trying to use ‘pCats’ where you’ve been asked to add a ‘p’ tag in instructuctions!!

i would suggest you restart thgis step and simply add a ‘p’ tag with provided text instead

happy learning :slight_smile:

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