Skip to main content

title

Function title 

Source
pub fn title() -> Element
Expand description

The document title: <title>.

ยงExamples

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