Defines a table cell. If the cell is being used as a header for a row or column, th should be used instead. table span can be expanded using attributes on td element.
colspan
represents how many columns a cell should extend
- number
rowspan
represents how many rows a cell should extend
- number
headers
represents one or more header cells a cell relate to
- Header_id
HTML td Examples:
Edit Example