Table In Html
Table in HTML is used to arrange text, images, and data in the form of rows and columns. The <table> tag is used to create tables in HTML. Table rows are created by using <tr> tag and <td> tag is used to fill data on it.
Properties of HTML Tables:-
i) Table Heading by <th> tag
ii) Cell Padding and spacing are used to fix the size of the table cell.
iii) Colspan and Rowspan are used to join two rows or columns of the table.
iv) Table Background is used to color the background of the table.
v) Table length and width are used to set the length and width of the table.
vi) Table caption
vii) Table Header, body and footer.