Note: This element creates a table that can contain rows and columns. <tr> element creates rows in the table. <td> element creates the cells in each row. Syntax: <table attributes events> . . . </table>