Latest web development tutorials

HTML DOM Column Objects

Column Objects

Column object is an HTML table (table) of column.

In each of the <col> tag of an HTML document, you can create Column objects.

<Col> element describes each column attribute in <colgroup> element.

To apply a style to all columns, <col> tag is useful, so there is no need for each unit and each row of the pattern repeat application.


Column object properties

属性 描述
span 设置或者返回列中span属性的值。

Standard properties and events

Column object also supports the standard attributes and events .


Related Pages

HTML Tutorial: HTML table

HTML Reference Manual: HTML <COL> tag

JavaScript Reference Manual: the HTML the DOM objects Columngroup