Name
HTMLTableColElement — a <col> or <colgroup> in an HTML table
Availability
DOM Level 1 HTML
Inherits from/Overrides
Node → Element → HTMLElement → HTMLTableColElement
Properties
This interface defines the properties in the following table, each of
which corresponds to an HTML attribute of a
<col> or <colgroup>
element.
|
Property |
Attribute |
Description |
|---|---|---|
|
|
|
Default horizontal alignment |
|
|
|
Default alignment character |
|
|
|
Default alignment offset |
|
|
|
Number of columns represented by this element |
|
|
|
Default vertical alignment |
|
|
|
Width of the column(s) |
Description
This interface represents a <col> or
<colgroup> element in an HTML table.