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
kerdeseverin
9,688 PointsCode 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:
12 Answers
Simon Banyard
Courses Plus Student 20,115 PointsWhat is the error message that you are getting?
kerdeseverin
9,688 PointsError Message:
Bummer! Try adding a table heading tag inside of the table.
Stephanie Hider
5,795 PointsI 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
James Barnett
39,199 Points@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.
kerdeseverin
9,688 Points@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?
kerdeseverin
9,688 PointsThis is an example of what im entering into the challenge:
kerdeseverin
9,688 PointsI just typed in my code for the 3rd time and it accepted it. Weird because I didn't change a thing.
Nick Pettit
Treehouse TeacherHi 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
ecp
838 Points@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>
kerdeseverin
9,688 Points@Elizabeth, Thanks but I got it working.
ecp
838 Points@Kerde fabulous :D glad it's working for you! Happy New Year!!!
Alejandra Luaces-Riera
962 PointsThanks for the help with this.