Table
Index HTML Table Html Table Tags Width and Border Cell padding Cell spacing BGCOLOR COLSPAN and ROWSPAN HTML Table An HTML <table> tags are used to create different table in our web pages. Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table headings are bold and centered. A table data/cell is defined with the <td> tag. Html Table Tags Tag Description <table> Displays a table <th> Represents a header cell in a table <tr> ...