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 trialMatthew Pray
7,137 PointsWhy does this never work...
It tells me to add a table head.... <table border="2"> <tr> <th> Animals </th> </tr> <tr> <td> cats</td> </tr> </table>
.... I clearly have one this happens a lot
3 Answers
John Steer-Fowler
Courses Plus Student 11,734 PointsHi Matthew,
Please could you show your HTML and I will take a look and find the problem.
Take a look at the Markdown Cheatsheet to see how to show your HTML in this discussion.
Thanks
Matthew Pray
7,137 PointsI figured the problem out but thanks. I thought "<th>" would suffice, but I really need to add <thead> (because thats what it was asking for.) I copied the html into the question, but it didn't show up. Where is the Markdown Cheatsheet for future reference? Thanks
Matthew Pray
7,137 PointsNvm got that too.lol
John Steer-Fowler
Courses Plus Student 11,734 PointsNice :D Glad your sorted