The
td
element represents a single table cell.
The optional
colspan
and
rowspan
attributes can be used to specify that a column extends across or down more than one cell, respectively.
The optional
scope
attribute can be used to express that the current cell represents a header for columns(s) or row(s) defined by the attribute's
value.