Does anyone know what the point of <tbody> tags in HTML are?
EDIT: Can someone please update <tbody> to <tbody> in the title as it didn't convert to HTML and it looks really ugly now?
Printable View
Does anyone know what the point of <tbody> tags in HTML are?
EDIT: Can someone please update <tbody> to <tbody> in the title as it didn't convert to HTML and it looks really ugly now?
http://www.w3schools.com/tags/tag_tbody.asp
I don't think it's used for much. CSS can do the same things those tags (thead, tbody, tfoot) are supposed to do.
Good to know. Thanks. :)