pub fn tr() -> Element
A table row: <tr>.
<tr>
use winged_rust::prelude::*; let el = tr(); assert_eq!(el.tag(), "tr");