Function silkenweb::elements::html::colgroup

source ·
pub fn colgroup<D: Dom>() -> Colgroup<D>
Expand description

Construct the HTML colgroup element

The HTML <colgroup> element defines a group of columns within a table.