Skip to main content

tr

Function tr 

Source
pub fn tr() -> Element
Expand description

A table row: <tr>.

ยงExamples

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