Function leptos_dom::html::col
source · pub fn col(cx: Scope) -> HtmlElement<Col>
Expand description
The <col>
HTML element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a colgroup element.