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

Glenn Paquette
Glenn Paquette
9,549 Points

Can'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
Greg Barbosa
9,874 Points

Glenn, remember: th is actually the header cell, not the table header.

Glenn Paquette
Glenn Paquette
9,549 Points

Thanks for pointing me in the right direction Greg.

I'll review the difference between header cell and table header!

Cheers, Glenn

Hi Glenn,

if you include the question and the html you are trying we may be able to help

Scott

Glenn Paquette
Glenn Paquette
9,549 Points

Scott, 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
Greg Barbosa
9,874 Points

Not 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