Function moxie_dom::elements::table::colgroup [−][src]
pub fn colgroup() -> ColgroupBuilder
Expand description
The HTML <colgroup>
element defines a group of columns within a table.
A function for creating a builder which will accept attributes and produce the element.