col

object col extends Tag

The <strong>HTML <code><col></code> element</strong> defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <a title="The HTML <colgroup> element defines a group of columns within a table." href="/en-US/docs/Web/HTML/Element/colgroup"><code><colgroup></code></a> element.

trait Tag
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

type tagType = tag

Value members

Concrete methods

@inline
def apply(mods: TagMod[tag]*): WithAttrs[tagType]