This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Margaret Borders
about 11 years

I'm a bit confused on the tables. Is the <thead> the same as <th>?

I can’t quite get the table header placement correct. Does the go inside the ?

Answer 51105ae87e493c15de001e4d

4 votes

Permalink

To answer your first question, <thead> tag is different from the <th> tag. The former refers to the block of other html tags that are present at the top of a table (before the body <tbody>), whereas the <th> tag refers more to a column/row header cell.

If you can cut and paste the html you are working on I can see where you might be going wrong.

points
Submitted by Simon Marling
about 11 years

1 comments

Margaret Borders about 11 years

Thanks so much for your answer. I struggled a bit more and finally got the code correct.

Answer 512aede62f7b876592001eed

1 vote

Permalink

points
Submitted by EDUARDO SOUZA
about 11 years