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

Jeff Mathis
Jeff Mathis
3,935 Points

Put two header cells with any text inside of the row you just created.

does anybody know if this code is incorrect? i believe im doing exactly what they are asking? please help

      <thead>
        <tr>
          <th> Table Header </th>
        </tr>
      </thead>
    </table> ~~~

3 Answers

Blake Webster
Blake Webster
5,901 Points

That code is correct, assuming that you have an opening table tag. But it is asking for TWO header cells and I see you only have one listed. If you add a second one you should be fine :)

Jeff Mathis
Jeff Mathis
3,935 Points

hah! yeah i noticed that right after i posted this! Key word TWO! thanks for the help thought !

Jeff Mathis
Jeff Mathis
3,935 Points

hah! yeah i noticed that right after i posted this! Key word TWO! thanks for the help thought !