Skip to main content

head

Function head 

Source
pub fn head() -> Element
Expand description

Document metadata container: <head>.

ยงExamples

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