pub fn html_tag() -> Element
The document root: <html>.
<html>
use winged_rust::prelude::*; let el = html_tag(); assert_eq!(el.tag(), "html");