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

Code Challenge: HTML Tables

Is there something wrong with this code challenge?

"Add a table heading tag to the table you just created"

What is wrong with my code below? It does not accept it:

http://pastebin.com/UES6N38q

12 Answers

What is the error message that you are getting?

Error Message:

Bummer! Try adding a table heading tag inside of the table.

I think it wants the < thead>< /thead> heading tag no spacing after the < had to put it there to get it to show up doesn't accept code.

Steph

@Kerde - When you have an issue with a code challenge, you can help get your issue resolved quicker if you provide:

  • a link to the code challenge you are working on
  • use codepen.io (or a similar service) to provide a "working" example using your HTML & CSS.

@james thanks for the heads up.

Heres my code http://codepen.io/joe/pen/ALnqo.

I also tried with <thread> and it doesnt accept it. Does anyone have an example of what they entered to get this to work?

This is an example of what im entering into the challenge:

http://codepen.io/joe/pen/hBvug

I just typed in my code for the 3rd time and it accepted it. Weird because I didn't change a thing.

Nick Pettit
STAFF
Nick Pettit
Treehouse Teacher

Hi Kerde,

Stephanie is correct; the challenge is asking for the <thead> tag. The code you posted in your last CodePen link looks correct, as well.

Nick

@Kerde if you're still having problems please email me at help@teamtreehouse.com with a screenshot + link to the code challenge.

Though the following tag should work, as this is what the code challenge is looking for.

 <thead></thead>

@Elizabeth, Thanks but I got it working.

@Kerde fabulous :D glad it's working for you! Happy New Year!!!

Thanks for the help with this.