Skip to main content

html_tag

Function html_tag 

Source
pub fn html_tag() -> Element
Expand description

The document root: <html>.

ยงExamples

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