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 trialSHUBHAM SHARMA
1,388 PointsGetting bug in giving table heading
Hello, I am a beginner, and i am unable to find the wrong thing i am doing in writing this code.Please help.
Thanks
THe code i am writing is:
<table> <tr> <th>Month</th> <th>Savings</th> </tr> </table>
11 Answers
Mike Morales
19,833 PointsOK, thanks! Here is a link How to Create a table heading. Look for the title Table Header, step 4.1.6, and there is an example that will point you in to the right direction. You can usually find helpful hints in the forum if you search for them, or you can research for examples through any search engine.
Mike Morales
19,833 PointsWhat project are you working on, and can you provide an example of the problem you are stuck on?
SHUBHAM SHARMA
1,388 PointsI am stuck in the code challange section of html : form
Mike Morales
19,833 PointsCan you provide me the link of the project you are working? I don't know where to find html : form?
SHUBHAM SHARMA
1,388 PointsOops Sorry, that was table...... :)
Mike Morales
19,833 PointsWhich challenge task are you working on? They're 8 tasks?
SHUBHAM SHARMA
1,388 Points2nd one
SHUBHAM SHARMA
1,388 PointsIts is still not taking...... when i write this code.
<table> <th>Orange</th> <th>Peacock</th> <th>Rabbit</th> </table>
It says - Bummer! Try adding a table heading tag inside of the table.
Please help
Mike Morales
19,833 PointsHow did you write your table head element between your table tags?
SHUBHAM SHARMA
1,388 Points<table> <th>Fruit(s)</th> <th>Vegetables Title</th> <th>Plants</th> </table>
Mike Morales
19,833 PointsYou need to add the opening and closing table head between your opening and closing table. May, I suggest rewatching the video and taking a few notes, visit topics in the forum room, for hints, visit a search engine and type in something similar to, "how to add a HTML table header tag", just a few suggestions that should provide you in the right direction.