Learn HTML by Building a Cat Photo App - Step 8

stuck on this for last 2 hours struggling any help would be great thanks

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
 <img src="https"://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
  </main>
</body>
</html>

Challenge: Learn HTML by Building a Cat Photo App - Step 8

Link to the challenge:

I think u forgot to close img element

tried it there as in “<>” no joy thanks for reply

[Mod edit: solution ]

is the answer for anyone stuck ’ was the missing one example had "

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

2 Likes

no problem wont happen again

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