Help me in solving FASH05 problem

My issue

Can I use image src alt and class at the same line?

My code

// your code goes here
<td>
<img src="https://cdn.codechef.com/download/Contest+images/ROTEST/sunglasses.jpeg" alt="Sun Glasses" class="Item-img">
                        </td>

Learning course: Projects using HTML / CSS
Problem Link: Table to list fashion items Practice Problem in Projects using HTML / CSS

The judge was expecting you to add <tbody> as well. Have removed that condition now.