HEADERS Attribute | headers Property | Internet Development Index |
Sets or retrieves a list of header cells that provide information for the object.
Syntax
HTML <ELEMENT HEADERS = sHeaders... > Scripting object.headers(v) [ = sHeaders ]
Possible Values
sHeaders String that specifies or receives a list of space-separated header cell ids. The property is read/write. The property has no default value.
Remarks
This property can be used for rendering to non-visual media such as speech or Braille. It can also be used with Cascading Style Sheets (CSS).
There is no functionality implemented for this property unless defined by the author.
Standards Information
This property is defined in HTML 4.0 and is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
TD, TH
See Also
axis, scope