<main>
<div class="Items">
<table id="item-table">
<tbody>
<tr>
<td>
<img src="https://cdn.codechef.com/download/Contest+images/ROTEST/tshirt.jpeg" alt="Item-img" class="Item-img" />
</td>
<td>
<img src="https://cdn.codechef.com/download/Contest+images/ROTEST/sunglasses.jpeg" alt="Sun Glasses" 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>
</tr>
</tbody>
</table>
</div>
</main>
</header>
<!-- Update the code below this comment -->