Build a Cat Photo App - Step 8

Tell us what’s happening:

why my step 8 is not progressing it says theres a typo in url, when there isnt one. help!

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
      <img src="http://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg".>
<!-- 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/149.0.0.0 Safari/537.36 Edg/149.0.0.0

Challenge Information:

Build a Cat Photo App - Step 8

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dc24073f86c76b9248c6ebb.md at main · freeCodeCamp/freeCodeCamp · GitHub

Yes, there is a mistake in the URL. http vs https. You can copy paste a given URL to avoid this kind of error

There’s also an extra period at your closing bracket for the img element.