DekGenius.com
Team LiB   Previous Section   Next Section
HTMLTableColElement a <col> or <colgroup> in an HTML table

Availability

DOM Level 1 HTML

Inherits from/Overrides

Node figs/U2192.gif Element figs/U2192.gif HTMLElement figs/U2192.gif 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

String align

align

Default horizontal alignment

String ch

char

Default alignment character

String chOff

choff

Default alignment offset

long span

span

Number of columns represented by this element

String vAlign

valign

Default vertical alignment

String width

width

Width of the column(s)

Description

This interface represents a <col> or <colgroup> element in an HTML table.

    Team LiB   Previous Section   Next Section