Help me in solving FASH05 problem

My issue

what is the error in the code

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 are using th tags, but they are for heading. You should be using td tags for table cell.