tags). The letters td refer to table data, the contents of data cells. Data cells can contain text, pictures, lists, paragraphs, forms, horizontal lines, tables, and more.
Table example
row 1, cell 1 | row 1, cell 2 | row 2, cell 1 | row 2, cell 2 |
HTML table and border attributes
If the border attribute is not defined, the table will not display the border. Sometimes this is useful, but most of the time, we want the border to show.
Use the border attribute to display a table with a border:
Row 1, cell 1 | Row 1, cell 2 |
HTML table header
The header of the table is defined using the |