SRC code only shows image when i remove ¨ ¨

Tell us what’s happening:
Describe your issue in detail here.

  **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 (X11; CrOS aarch64 14588.123.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.72 Safari/537.36

Challenge: Step 8

Link to the challenge:

HI @sheriahlamar !

Welcome to the forum!

I am not sure what device you are using but will need to make sure to use straight quotes like these ""

You might need to go into your settings and see if you can make sure can use straight quotes because this issue will persist in other challenges if not resolved.

Hope that helps!

1 Like

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