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 trialBen Murray
Courses Plus Student 1,800 PointsCannot 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
8,764 Pointswhere do u get stuck?
Taha Aharaz
8,764 Pointsdunno, I can't get passed the second part by adding<th></th>
maybe this challenge is not working at this moment...
Jason Anello
Courses Plus Student 94,610 PointsHi 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>
Ben Murray
Courses Plus Student 1,800 PointsBen Murray
Courses Plus Student 1,800 Pointsadding the 2nd table row that has a span of more than one column