<TH> tag description
Syntax
<TH>...</TH>
<TH COLSPAN="...">...</TH>
<TH ROWSPAN="...">...</TH>
Meaning
-
Table header cell, usually bold and centered - for
data cells use <TD> tag.
- Cells can span multiple columns.
- Cells can also span multiple rows.
© 2022 Jan Mleczko