Learn HTML by Building a Cat Photo App - Step 8

I have completed step 8. I keep being sent back to it. I have tried to move on to step 9 with no instruction. I have gotten “A cute orang cat lying on its back” to show on the display using<img alt=A cute orange cat lying on its back", but haven’t gotten credit to move to step 10. What am I doing wrong

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodec................................7""

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

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

Link to the challenge:

Hello!
I am not seeing the code with the original code prior to adding the alt attribute ‘A cute orange cat lying on its back’. This is not showing either.

This is what you have for coding and it is not correct which is why it keeps sending you back to the lesson. Sorry!

My two suggestions are reset the lesson starting on step 8, and move forward. If you complete it with no errors, you should get credit through the system
However, if your computer browser has extensions that can cause issues at times, or just the browser sometimes does not work. In which case I suggest trying it on a different browser.

1 Like

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