Advanced Table Elements

  • Caption tag <caption> is mainly used to describe the contents of the table. It must be used immediately with the table tag.
  • <tbody> tag describes body of the table.
  • <tfoot> tag describes foot of the table.
  • <colgroup> tag is mainly used to logically group 2 or more columns.