Tribute Page Project (need help)

Hello ,
Can you someone please tell the problem with my code ? I have been trying to fix question # 5 but I can t find the issue.

here is my link : https://codepen.io/freeCodeCamp/pen/MJjpwO
Please let me know.

Thank you!

Here is the coding link : https://codepen.io/babson89/pen/ExYWVzG

If you add the following code to your pen, you’ll be able to see the errors.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

The error is:

Within the “img-div” element, I should see either a or

element with a corresponding id=“img-caption” that contains textual content describing the image shown in “img-div”.

There are a few other errors on the image with ID image

  • Make sure you have a space between attributes.
  • No ending " on the alt attribute.
1 Like

Thank you so Much so bro