Basic syntax of tables <table>...</table> - Define table <tr> - Define table rows <th> - Define the table header <td> - Define table elements (specific data of table) Table with borders: Copy the code