Easy Tutorial
❮ Prop Style Maxwidth Prop Radio Type ❯

HTML DOM Column Object


Column Object

The Column object represents a column in an HTML table.

A Column object can be created in each <col> tag within an HTML document.

The <col> element describes the attributes of each column within a <colgroup> element.

The <col> tag is useful for applying styles to all columns, eliminating the need to repeatedly apply styles to individual cells and rows.


Column Object Properties

Property Description
span Sets or returns the value of the span attribute in a column.

Standard Attributes and Events

The Column object also supports standard attributes and events.


Related Pages

HTML Tutorial: HTML Tables

HTML Reference: HTML <col> Tag

JavaScript Reference: HTML DOM Colgroup Object

❮ Prop Style Maxwidth Prop Radio Type ❯