What i should write in the line 12 please?

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

Replace this line with your code. 

Hi,

colspan=“0” tells the browser to span the cell to the last column of the column group (colgroup),
you need to add calspan in your first table-header-section:

<th colspan="2">Famous Monster by Birth Year</th>

and remove next empty table-header-section:

<th colspan="2"></th>

Just carefully read the instructions to the task!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.