The <td> element
Short for ‘Table Data’. A single cell of a table containing data (as opposed to a heading).
Full list of attributes
All the usual HTML global attributes are available
colspan- The number of columns across which a table cell should be spread. Defaults to 1, a single column of slots in the table.
headers- A list of IDs of
<th>elements that apply to this cell. rowspan- The number of rows down which a table cell should be spread. Defaults to 1, a single row of slots in the table.