Skip to main content

th

Function th 

Source
pub fn th() -> Element
Expand description

A table header cell: <th>.

ยงExamples

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