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 trialTara Bowen-Biggs
2,465 PointsChallenge task 2
This is the first challenge task I haven't been able to pass I feel like I must be missing something really obvious because it looks right to me. Can someone please explain why I can't make this work? I did it in my own environment and it worked fine. I did it without putting anything between the th tags and with (as below).
<table>
<tr>
<th>Header</th>
</tr>
</table>
Thanks so much in advance!
4 Answers
Stephan Kuster
7,168 Pointstry changing th into thead
Tara Bowen-Biggs
2,465 PointsThank you, it worked.
Stephan Kuster
7,168 Pointsyou are welcome :)
Stephan Kuster
7,168 PointsOh and you can mark your question as answered, so other forum members will know your question is answered :)