Click to See Complete Forum and Search --> : <tbody> what does this do?


damon2003
04-11-2005, 10:05 AM
Hi,

I have seen the html tag <tbody> around some row tags in tables but am not sure what it is, I have read some explainations on the web but they are not clear, can anyone give a brief explanation about this,

thanks a lot

phpnovice
04-11-2005, 10:32 AM
THEAD (http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/thead.asp)
TBODY (http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/tbody.asp)
TFOOT (http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/tfoot.asp)

NogDog
04-11-2005, 11:47 AM
Or go straight to the source: http://www.w3.org/TR/html4/struct/tables.html#h-11.2.3