Ziad Ashraf
  • Home
  • About
  • Services
  • Clients
  • Network
  • Resources
  • Vault

What are the table elements for header, body and footer?

  • The element for table header is thead and it's used to define table header row group.
  • The element for table body is tbody and it's used to define table body row group.
  • The element for table footer is tfoot and it's used to define table footer row group.