Learn Basic CSS by Building a Cafe Menu Step 88

Hi everyone!
The instruction is the following:

*** Under the Coffee heading, add an image using the url https://cdn.freecodecamp.org/curriculum/css-cafe/coffee.jpg . Give the image an alt value of coffee icon .**

This is what I’ve done

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

And the Hint is:
Your img element should have a src attribute of https://cdn.freecodecamp.org/curriculum/css-cafe/coffee.jpg .

I can’t understand the problem.

Thanks in advance!

pretty sure you need an equal sign not a colon here

also all html tags end with a >
where’s yours?

You are absolutely right! Thanks a lot!

1 Like

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