It won't accept the src attribute

Tell us what’s happening:
I am trying to get through the lesson that I attach the image in, but I typed in the code like it told me too, but it keeps saying ¨ Your image should have a src attribute that points to the kitten image.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<img src=¨https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg¨ alt=¨A very relaxing cat¨>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36

Challenge: Add Images to Your Website

Link to the challenge:

I’m not sure what this punctuation is or how you ended up with it, but you need double quotes instead (").

2 Likes

Hi @Reedo131 !

Welcome to the forum!

As mentioned, the issue is with your quotes.

What device are you using?

It is one the website with Chromebook running on Chrome OS

Is that a result of my keyboard format being an international keyboard?

Do you have an option on your keyboard to use straight quotes?
Like these ""

You will need those for all of the programming lessons.

Yes but when i click it i get those on the site, when i do it on here i get these “”

Are you on a computer or a mobile device? What browser are you using? You might need to track down some keyboard settings.

I am on a Chromebook using Google Chrome

https://support.google.com/docs/thread/3852297/the-quotation-marks-are-two-little-dots-how-do-i-fix-this?hl=en

It looks like on a Chromebook you’ll need to switch to a different keyboard mode when you’re writing code.

1 Like

Ok thank you. I will try the link

Thank you. I didnt realise my keyboard was set in International

I’m glad we could help. Happy coding!

1 Like

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