Col constructor

Col()

The <col> HTML element defines a column within a table and is used for defining common semantics on all common cells. Read more...

Implementation

Col() {
  tag = 'col';
}