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 HTML Tables HTML Tables

html table task 3

Now add a row inside of the table header. Itried to do this but cant figure it out plz help asap

Hi Chad,

Can you post the code you've tried?

See this thread for how to do that: https://teamtreehouse.com/forum/posting-code-to-the-forum

2 Answers

Hey Chad, make sure you've not changed your code for the other two challenges. Hint: The <tr> tag is what it's looking for.

For example:

<!DOCTYPE html>
<html>
  <head>
    <title>HTML Tables Challenge</title>
  </head>
  <body>
    <h1>HTML Tables Challenge</h1>

    <!-- Write your code below -->

    <table>
        <thead>
              <!-- The table row tag goes here -->
        </thead>
    <table>
  </body>
</html>

ok

can u give me an example of what task 3 should look like. i tried it but it doesnt work

Chad, I've updated my post above to show what it's asking for. :smiley:

hey thanks for the help

Can you post the actual challenge code so we can see what you're starting with?

how to post the challenge code?