web api interface
HTMLTableColElement
The HTMLTableColElement interface provides properties for manipulating single or grouped table column elements.
Instance properties
Inherits properties from its parent, HTMLElement.
alignDeprecated- : A string that indicates the horizontal alignment of the cell data in the column.
chDeprecated- : A string representing the alignment character for cell data.
chOffDeprecated- : A string representing the offset for the alignment character.
span- : A positive number that reflects the
spanHTML attribute, indicating the number of columns to apply this object’s attributes to.
- : A positive number that reflects the
vAlignDeprecated- : A string that indicates the vertical alignment of the cell data in the column.
widthDeprecated- : 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
- The HTML element implementing this interface:
<col>and<colgroup>.