Build a Cat Photo App - Step 8

Tell us what’s happening:

I’ve checked the code multiple times and reset it completely on a few occasions. However, the tester keeps insisting there is a typo in my URL and/or that I left out the element. Not sure what’s going on. Please 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= “https://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 (iPad; CPU OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Cat Photo App - Step 8

you need to use straight quotes "", you can’t use curly quotes “”

Thank you!! However, it is still refusing to pass the code. And still insists there is a typo in the URL and I left out the img element and src attribute.

`Just do as the example and copy and paste the url exactly from the sample and you will pass this if not them let me no and i will help if i can thanks. Ian also you need to use double quotes as the other person says. `

Please post your updated code if you need further help. Thank you.