Skip to main content

header

Function header 

Source
pub fn header() -> Element
Expand description

Introductory content: <header>.

ยงExamples

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