Skip to main content

tbody

Function tbody 

Source
pub fn tbody() -> Element
Expand description

The table body: <tbody>.

ยงExamples

use winged_rust::prelude::*;
let el = tbody();
assert_eq!(el.tag(), "tbody");