Skip to main content

thead

Function thead 

Source
pub fn thead() -> Element
Expand description

The table header: <thead>.

ยงExamples

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