1. An HTML table is defined with the <table> tag.
2. Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table 3. headings are bold and centered. A table data/cell is defined with the <td> tag.
2. Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table 3. headings are bold and centered. A table data/cell is defined with the <td> tag.