Learn HTML by Building a Cat Photo App - Step 8

Hello,

Currently, on step 8 and unable to move on. Not sure what I am missing. Please help!

    <img> src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
<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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Remember, a tag starts with < and ends with >. I think your img tag is ending a little too early. The src attribute (and value) should be inside the img tag.

am also stuck on step 8. Do you space img and src ?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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