Learn-basic-css-by-building-a-cafe-menu/step-88

instruction

Step 88

The menu looks good, but other than the coffee beans background image, it is mainly just text.

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.

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

what was wrong? any expert

Hello and welcome to the community :smiley:!
To post your code as well as a link to the step, click on the ‘help’ button which appears next to the reset button after unsuccessful submitting your code a few times:

Hi there and welcome to our community!

As @anon86258595 says, it is easier to ask for help using the Help button, as that creates a useful form post which includes your full code, a direct link to the challenge and an opportunity for you to describe, in your own words, what you are struggling with.

I have edited your post so that your code displays correctly. (It needs to be enclosed between two sets of triple backticks).

This would appear to be the issue with your code. There’s a typo in your alt attribute.

1 Like

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