Help me in solving FASH05 problem

My issue

Did you add the img element with src, alt as mentioned and class=“Item-img” ?

My code

// your code goes here
	<main>
	    <div class="Items">
	        <table id="item-table">
	            <tr>
	                <td><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/tshirt.jpeg" and alt="T-Shirts" class="Item-img"></td>
	            
	                <td><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/sunglasses.jpeg" and alt="Sun Glasses" class="Item-img"></td>
	            
	                <td><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/shirts.jpeg" and alt="Shirts" class="Item-img"></td>
	            
	                <td><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/shoes.jpeg" and alt="Shoes" class="Item-img"></td>
	            
	                <td><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/pants.jpeg" and alt="Pants" class="Item-img"></td>
	            
	                <td><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/perfume.jpeg" and alt="Perfumes" class="Item-img"></td>
	            </tr>
	            
	            <tr>
	                <td><a href="" class="Item-tag">T-Shirts</a></td>
	                <td><a href="" class="Item-tag">Sun<br>Glasses</a></td>
	                <td><a href="" class="Item-tag">Shirts</a></td>
	                <td><a href="" class="Item-tag">Shoes</a></td>
	                <td><a href="" class="Item-tag">Pants</a></td>
	                <td><a href="" class="Item-tag">Perfumes</a></td>
	            </tr>
	        </table>
	    </div>
	</main>

Learning course: Projects using HTML / CSS
Problem Link: FS FASHION OPTIONS HTML Practice Problem in Projects using HTML / CSS - CodeChef