Learn CSS Flexbox by Building a Photo Gallery - Step 21

Tell us what’s happening:
There is somthing wrong about my alt attribute

Your code so far

Please paste your HTML in here instead of providing a pic of your code.

Please show us the code that you have written.
This is how you can paste code in your messages:

  <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg" alt="Sleeping cat">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/2.jpg" alt="Cat lying upside down">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/3.jpg" alt="Just another cT">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/4.jpg" alt="Cute cat sleeping">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/5.jpg" alt="Small white cat">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/6.jpg" alt="Two beautiful cats">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/7.jpg" alt="Cat under a blanket">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/8.jpg" aly="Yellow cat">
    <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/9.jpg" alt="One black and One white cat">

You have “ali” instead of "alt.
image

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