Embed presentation
Download to read offline











The HTML table element (<table>) allows web authors to arrange data like text, images, links, and other tables into rows (<tr>) and columns (<td>) of cells. Table headings (<th>) can be defined using the <th> tag instead of <td> to represent column headers, and normally the top row contains the table headings. Tags like <tr> and <td> are used to structure the table content into rows and data cells.










