<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
system
Closed
August 9, 2016, 5:42pm
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.