Tables are an essential element of many web pages, allowing you to display large amounts of data in a structured and organized format.
Whether you're creating a pricing comparison chart, a schedule of events, or a list of product features, tables can help you present your information in a clear manner.
The table elements available are:
Table
Header
Body
Footer
Row
Cell
Keep in mind the elements mentioned above will only work inside of a table, you’re unable to add them outside of a table element.