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.
<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.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.