July 1998
Intermediate to advanced
1456 pages
65h 5m
English
HEADERS — NN n/a IE n/a HTML 4
HEADERS=”cellIDList"Optional
Points to one or more TH or TD
elements that act as column or row headers for the current table
cell. The assigned value is a space-delimited list of
ID attribute values that are assigned to the
relevant TH elements. A nonvisual browser could
read the cell’s header before the content of the cell to help
listeners identify the nature of the cell content.
<TR> <TH ID="hdr1">Product Number <TH ID="hdr2">Description </TR> <TR> <TD HEADERS="hdr1">0392 <TD HEADERS="hdr2">Round widget </TR>
A space-delimited list of case-sensitive IDs assigned to cells that act as headers to the current cell.
None.
Read now
Unlock full access