Table heads


Could someone please help me. I am not sure what to do to fix it.

you created the table row inside the table head very good:

<thead>
  <tr></tr>
</thead>

now inside this table row you need to create to 2 <th></th> cells, you created only one, check the instructions for what should be in the th cells. remove the <td></td> which are inside your thead

Thank you very much. all sorted

Never Mind, I got it. I’m such a doof!

1 Like