Trying to add image to cat photo app but it isn’t working

Stuck in step 8. Code won’t run, keeps saying URL is wrong
Hi, I’m stuck and I’ve tried everything possible but it keeps saying URL is wrong. I’ve removed the ending tag, put it back, changed the quotation mark, typed the url letter for letter but I still get the same response. Help me please.

  **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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1

Challenge: Step 8

Link to the challenge:

HI @nwankwopromise30 !

You are using the wrong type of quotes here

Programming uses straight quotes like these ""

You need to turn of smart quotes on your device

1 Like

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