Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML DOM Column object


May 06, 2021 JavaScript with HTML DOM Reference book


Table of contents


HTML DOM Column object


The Column object

The Column object is a column in HTML table.

Column objects can be created in the hashtags of each HTML document.

The element describes each column property in the element.

To apply styles to all columns, the label is useful so that you don't have to apply styles repeatedly to individual cells and rows.


The Column object property

Attributes describe
span Set or return the value of the span attribute in the column.

Standard properties and events

The Column object also supports standard properties and events .


Related pages

HTML tutorial: HTML tables

HTML Reference Manual: HTML slt;col> Tags

JavaScript Reference Manual: HTML DOM Columngroup Object