Comment on Ask HN: Isn't it strange that TFOOT must be placed between THEAD and TBODY?Comments−jsavimbi15yNote: <tfoot> must appear before <tbody> within a table, so that a browser can render the foot before receiving all the rows of data.^^I saw that on my first google search.
Comments
Note: <tfoot> must appear before <tbody> within a table, so that a browser can render the foot before receiving all the rows of data.
^^I saw that on my first google search.