Firefox Tomorrow

web api interface

HTMLTableColElement

View on MDN ↗

The HTMLTableColElement interface provides properties for manipulating single or grouped table column elements.

Instance properties

Inherits properties from its parent, HTMLElement.

  • align Deprecated
    • : A string that indicates the horizontal alignment of the cell data in the column.
  • ch Deprecated
    • : A string representing the alignment character for cell data.
  • chOff Deprecated
    • : A string representing the offset for the alignment character.
  • span
    • : A positive number that reflects the span HTML attribute, indicating the number of columns to apply this object’s attributes to.
  • vAlign Deprecated
    • : A string that indicates the vertical alignment of the cell data in the column.
  • width Deprecated
    • : A string representing the default column width.

Instance methods

No specific method; inherits methods from its parent, HTMLElement.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also