View Full Version : What is this tag?


toon
02-19-2003, 05:38 PM
What is the tag <TBODY>?

I have it throughout my code, which I wrote a long time ago and can't remember making. I'm going thru it now and fixing it up but I don't remember that code, and it is not taught on Lissa's site (that I can see) so I am wondering if I should just delete it or what. I have it like,

<TABLE>
<TBODY>
<TR>
<TD>
Hi there :)
</TD>
</TR>
</TBODY>
</TABLE>

Kinda like that.

epolady
02-19-2003, 05:55 PM
http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TBODY

best answer I could find.

toon
02-19-2003, 06:02 PM
Wow that's interesting! I have no clue where I learned that :\ lol.. Thanks!