CSS FLEXBOX PHOTO GALLERY- Step 24

I have given the alt value but it is not working. Can anyone help me?

1 Like

Hello @rajdipdeycoder !

There are still three more img that need alt attributes added to them.

And all of the alt attibutes need values to describe the respective photo.

As long as the value is at least 5 characters long it will be good for the value.

Example: <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/.jpg" alt ="pinkpansy">

Notice how the alt attribute at the end of the img has the description "pinkpansy" as a value.

This is how you should enter a short description of the cat photo for each of the nine photos.

I hope this helps you!

Happy coding!

1 Like

Welcome to the Forum. :partying_face:

Here kindly put the alt attribute to your remaining img element

Second kindly put some value in your before alt values.

Hope you understand. :innocent:

2 Likes

hello there,
I need help
The checker is not letting me pass step 24 i try to give the alt attributes so many description but doesn’t pass the checker
thank you in advance

Hey.
Can you create a post on the forum highlighting your problem?