The col element represents one or more columns in the column group represented by its colgroup parent.
empty (void element)
The col element is a void element. A col element must have a start tag but must not have an end tag.
interface HTMLTableColElement : HTMLElement { attribute unsigned long span; };