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 trialChad Z
2,320 Pointshtml table task 3
Now add a row inside of the table header. Itried to do this but cant figure it out plz help asap
2 Answers
Dustin Matlock
33,856 PointsHey 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>
Chad Z
2,320 Pointsok
Chad Z
2,320 Pointscan u give me an example of what task 3 should look like. i tried it but it doesnt work
Dustin Matlock
33,856 PointsChad, I've updated my post above to show what it's asking for.
Chad Z
2,320 Pointshey thanks for the help
Steve Smith
12,955 PointsCan you post the actual challenge code so we can see what you're starting with?
Chad Z
2,320 Pointshow to post the challenge code?
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsHi 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