Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Tables HTML Tables

Cannot get past last challenge task

Hey guys,

can any of you help me with the last task of the challenge? I added the two colspan but it wont work

3 Answers

Taha Aharaz
Taha Aharaz
8,764 Points

where do u get stuck?

adding the 2nd table row that has a span of more than one column

Taha Aharaz
Taha Aharaz
8,764 Points

dunno, I can't get passed the second part by adding<th></th>maybe this challenge is not working at this moment...

Hi Ben,

It would be helpful to post your code so we can see what you might have done wrong.

The colspan attribute needs to be added to the td

<tr>
      <td colspan="2">This cell spans 2 columns</td>
</tr>