pub fn tbody() -> HtmlElement<Tbody, (), ()>
Expand description
The <tbody>
HTML element encapsulates a set of table rows (tr elements), indicating that they comprise the body of the table (table).
pub fn tbody() -> HtmlElement<Tbody, (), ()>
The <tbody>
HTML element encapsulates a set of table rows (tr elements), indicating that they comprise the body of the table (table).