Help me in solving FASH05 problem

My issue

i already put all tag and attribute as they have mention but its showing error

My code

// your code goes here

<body>
	<header>
	    <div class="NavBar">
	        <a href="" id="navbar-title">
	            FASHION STORE
	        </a>
	    </div>
	</header>
	<!-- Update the code below this comment -->
	<main>
	    <div class="Items">
	            <table id="item-table">
        <tr> <!-- First row -->
            <td class="Item-img" > <img src="https://cdn.codechef.com/download/Contest+images/ROTEST/tshirt.jpeg" alt="T-Shirts"  class="Item-img">
            </td>
            <td ><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/sunglasses.jpeg" alt="Sun Glasses" class="Item-img">
            </td>
            <td ><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/shirts.jpeg"  alt="Shirts" class="Item-img">
            </td>
            <td ><img src="https://cdn.codechef.com/download/Contest+images/ROTEST/shoes.jpeg"  alt="Shoes" class="Item-img"></td>
            <td > <img src="https://cdn.codechef.com/download/Contest+images/ROTEST/pants.jpeg"  alt="Pants" class="Item-img"></td>
            <td > <img src="https://cdn.codechef.com/download/Contest+images/ROTEST/perfume.jpeg"alt="Perfumes" class="Item-img"></td>
        </tr>
        <tr> <!-- Second row -->
            <td > <a href="" class="Item-tag">T-Shirts</a></td>
            <td ><a href="" class="Item-tag">Sun<br>Glasses</td>
            <td > <a href="" class="Item-tag">Shirts</a></td>
            <td > <a href="" class="Item-tag">Shoes</td>
            <td > <a href="" class="Item-tag">Pants</td>
            <td > <a href="" class="Item-tag">Perfumes</td>
        </tr>
    </table>

	    </div>
	</main>
	
	
</body>

Learning course: Projects using HTML / CSS
Problem Link: CodeChef: Practical coding for everyone

Try some code alignment, it was not accepting mine when I had in next line. Try moving to next line