Learn Basic CSS by Building a Cafe Menu - Step 89

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

Your code so far

 <img src:"https://cdn.freecodecamp.org/curriculum/css-cafe/coffee.jpg" alt="coffee icon">

Hello, I have a question, I thought that I have used the right element and attribute in the right space. Did I miss something? Some typo?

It says this: Your img element should have a src attribute of https://cdn.freecodecamp.org/curriculum/css-cafe/coffee.jpg.

Should be src=
Not src:

I tried It but It doesn’t work.

Please post a link to the challenge step.

Also please post more of your code in case there is something else going on.

Learn Basic CSS by Building a Cafe Menu: Step 89 | freeCodeCamp.org

I will do it next time.

After fixing the : to =, I am able to pass this challenge with your code. How about you?

No it still doesn’t work. But I’ve found out it does work on google chrome. I thought; It has something to do with the browser. I used microsoft edge.
Thanks for the help :slight_smile:

1 Like

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