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

<table></table> challenge 2 html deep dives

stuck on challenge 2 in html tables.

2 Answers

It should look like this:

<table>
<thead></thead>
</table> 

because we use the thead tags to create table headers.

If I solved your problem, please click "Best Answer"

Steven Prescott - Here on the forums we usually like to give people a hint or 2 to point them in the right direction. It can also be helpful to provide some missing context so someone understands their mistake rather than just cutting and pasting code.

Giving away answers without any explanation doesn't do anyone any favors.

Thank you so much that solved my problem, I was getting confused but I thought heading and header were different. It asked for the heading tag not header.

Anytime. I am glad that I was able to help you solve this problem. @JamesBarnett Helping a beginner with something as simple as telling them what the 'thead' tag means does them a favor. I'm sorry if you disagree, but I DON'T think Sarah does.

Steven Prescott - For future reference, the goal of these forums is not to get a user past a code challenge, instead it's to aid the learning process of our fellow Treehouse users. If you give them the answer, they don't learn much.

We believe that linking back to the videos and discussing the code is the most beneficial way of providing assistance to those who have run into such a roadblock.

I've already moved on James.