Help me in solving FASH05 problem

My issue

I have added the img tag as : <img src=“https://cdn.codechef.com/download/Contest+images/ROTEST/pants.jpeg” alt="Pants"class=“item-img”>

is this the correct way to do it

My code

// your code goes here

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

you do it like this

<img src="https://cdn.codechef.com/download/Contest+images/ROTEST/pants.jpeg" alt="Pants" class="Item-img">

you didn’t give space after “Pants”