Dom Obj Col
# HTML DOM Column Object
* * *
## Column Object
The Column object represents a column in an HTML table.
A Column object can be created for each ` ` tag in an HTML document.
The ` ` element specifies column properties for each column within a `` element.
The ` ` tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row.
* * *
## Column Object Properties
| Property | Description |
| --- | --- |
| (#) | Sets or returns the value of the span attribute in a column. |
## Standard Properties and Events
The Column object also supports standard (#) and (#).
* * *
## Related Pages
HTML Tutorial: (#)
HTML Reference: [HTML ` ` Tag](#)
JavaScript Reference: (#)
YouTip