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 trialnicolaspeterson
8,569 PointsI don't understand the use of <th> outside of the header cells.
I don't quite understand the use of <th> tags outside the header cells in this video. I get labeling the top row with <th> tags, but I don't see the point in labeling the names underneath with the same tag. What's the semantics behind this?
1 Answer
kylec2
Front End Web Development Techdegree Student 3,529 PointsI thought the same thing, but I believe it has to do with User Accessibility. It tells the systems which name is associated with the other labels within its given row.