Learn HTML table and Its Attributes tutorials and training step by step by Bapu Graphics.
About HTML Table
In HTML table is defined with the “table” tag. 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.
Remember The “td” elements are the data containers of the table. They can contain all sorts of HTML elements; text, images, lists, other tables, etc.
Simple HTML Table
Table with Border, Cell-padding, and border-collapse
Table with text-align
Table Border Spacing
Table colspan
Table Rowspan
Table Adding Caption
Table Special Table
Table Task 1

Table Task 2

Table Task 3

Table Task 4
