HTML Table
The <table> element displays data in rows and columns. Rows are made with <tr>, header cells with <th>, and data cells with <td>.
The <table> element displays data in rows and columns. Rows are made with <tr>, header cells with <th>, and data cells with <td>.