Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed HTML Tables!
You have completed HTML Tables!
Preview
The table head element is a completely different element from the table header cell element. In combination with the table body element, the table will gain additional structure.
HTML Elements
- <thead> - The table head element (not to be confused with the table header cell element) defines a set of rows that make up the header of a table.
- <tbody> - The table body element defines one or more rows that make up the primary contents (or "body") of a table.
Resources
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Our table is looking pretty good, but
there's more that we can do to add
0:00
some additional structure to our table,
this
0:00
extra structure can be helpful for
automated pieces
0:03
of software, like search engines or screen
0:06
readers, but it's also helpful for
designers, because
0:09
it adds some additional elements that can
be
0:12
targeted with CSS, so let's take a look.
0:15
Similar to the structure of an HTML
document, where we have a head and
0:19
a body, we can also add a head and a body
to our table.
0:24
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up