+ 2

What is the use of tag <tbody>

29th Mar 2017, 3:54 AM
Alex Advent
Alex Advent - avatar
2 Answers
+ 3
It's meant to use in conjunction with <thead> and <tfoot>. <thead> is the head of the table <tbody> is the body and <tfoot> is is the foot of the table. It does not effect the style of the table by default, but it can be modified with CSS and it nicely organizes or separates your table parts. I made a little example here: https://code.sololearn.com/WGqxaDpWDt4p
29th Mar 2017, 4:38 AM
Jeromy Reimer
Jeromy Reimer - avatar
+ 2
thanks jeromy
29th Mar 2017, 4:41 AM
Alex Advent
Alex Advent - avatar