scope Attributescope Attribute(row | col | rowgroup | colgroup):scope is declared on the elements: th, tdThe scope attribute may be specified on a
table cell to specify
for which other cells within the table that cell is a header.
There are four possible values for scope: "row",
"col", "rowgroup" and "colgroup" (although "rowgroup" and "colgroup" are not available in the
*W3C XHTML 1.1 Basic Tables Module).
thead, tbody or tfoot ) which contains itcolgroup element ) which contains itNote that using the value "rowgroup" (or "colgroup") does not
mean that the heading is to be applied to the rows (or columns) spanned by the
cell's rowspan (or colspan) attribute.
For more information, see *HTML 4.01 scope Attribute Specification.
See also the headers, axis and abbr attributes.
Any given table will usually use either a scope
or a headers technique for assigning headings to cells, but
not both. The scope method is less cumbersome to use and
is suitable for simple tables.