Latest web development tutorials

HTML DOM Columngroup objects

Columngroup objects

Columngroup object represents the HTML form (table) of a set of columns.

Each <colgroup> tag will create a Columngroup objects in the HTML document.

To apply a style to all columns, <colgroup> tag is useful, so there is no need for each unit and each row of the pattern repeat application. <Colgroup> tag can only be used in the table element.


Columngroup object properties

Attributes description
span Sets or returns column group span value of the property.

Standard properties and events

Columngroup objects also supports standard attributes and events .


Related Pages

Tutorial the HTML: the HTML form

Reference the HTML: the HTML <COLGROUP> tag

Reference the JavaScript: the HTML the DOM object is the Column