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 trialGlenn Paquette
9,549 PointsCan't seem to get this one right... (http://teamtreehouse.com/library/html/tables/html-tables)
For the table header question in the HTML Tables final quiz on the emulator (https://teamtreehouse.com/library/html/tables/html-tables), It asks to put in a header tag in the table. Here is the code i tried, simplified to one line for this forum:
<table><tr><th>This is where the header should go</th></tr></table>
5 Answers
Greg Barbosa
9,874 PointsGlenn, remember: th is actually the header cell, not the table header.
Glenn Paquette
9,549 PointsThanks for pointing me in the right direction Greg.
I'll review the difference between header cell and table header!
Cheers, Glenn
Scott Craig
41,171 PointsHi Glenn,
if you include the question and the html you are trying we may be able to help
Scott
Glenn Paquette
9,549 PointsScott, I did put in the html, but it seems to have disappeared. I see i forgot to put some markdown... lets try it again. For the table header question in the HTML Tables final quiz on the emulator, It asks to put in a header tag in the table. Here is the code i tried, simplified to one line for this forum:
<table><tr><th>This is where the header should go</th></tr></table>
Greg Barbosa
9,874 PointsNot a problem! Once you get that, I'm sure you'll figure it out.
If you need further help, just review this video: http://teamtreehouse.com/library/html/tables/headers-and-footers