My issue
I’m coding every column with ing element with src, alt as mentioned and class =“item-img”, but still it is showing
error like
Did you add the img element with src, alt as mentioned and class=“Item-img” ?
My code
// your code goes here
type or paste code here
| <img src =https://cdn.codechef.com/download/Contest+images/ROTEST/tshirt.jpeg | ||
| alt = T-Shirts | ||
| class=Item-img > | ||
| <img src=https://cdn.codechef.com/download/Contest+images/ROTEST/sunglasses.jpeg | ||
| alt=Sun Glasses | ||
| class=Item-img> | ||
| <img src=https://cdn.codechef.com/download/Contest+images/ROTEST/shirts.jpeg | ||
| alt=Shirts | ||
| class=Item-img> | ||
| <img src=https://cdn.codechef.com/download/Contest+images/ROTEST/shoes.jpeg | ||
| alt=Shoes | ||
| class=Item-img> | ||
| <img src=https://cdn.codechef.com/download/Contest+images/ROTEST/pants.jpeg | ||
| alt=Pants | ||
| class=Item-img> | ||
| <img src=https://cdn.codechef.com/download/Contest+images/ROTEST/perfume.jpeg | ||
| alt=Perfumes | ||
| class=Item-img> | ||
Learning course: Projects using HTML / CSS
Problem Link: FS FASHION OPTIONS HTML Practice Problem in Projects using HTML / CSS - CodeChef