A table is an organized piece of data made up of rows and columns (tabular data) . A table allows you to quickly and simply search up values that suggest some form of connection between different types of data.
The tables are defined with the <table> tag
It is divided into rows and columns with <tr> and <td> tag respectively.