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

I am Lost please help

<h1>HTML Tables Challenge</h1>

<!-- Write your code below -->
<table>
  <tr>
    <th></th>
  </tr>
</table>

the challenge says to write a table header inside the table. where did i go wrong??

3 Answers

Tim Knight
Tim Knight
28,888 Points

I think what the question is looking for here is for you to use the <thead> tag not the header cell <th> tag.

your the best thanks. its always the easy crap that gets me. thanks again

Tim Knight
Tim Knight
28,888 Points

It's always those finer details that get us all. Glad to help.