Function moxie_dom::elements::table::tbody[][src]

pub fn tbody() -> TbodyBuilder
Expand description

The HTML Table Body element (<tbody>) encapsulates a set of table rows (<tr> elements), indicating that they comprise the body of the table (<table>).

A function for creating a builder which will accept attributes and produce the element.