pub fn head() -> Element
Document metadata container: <head>.
<head>
use winged_rust::prelude::*; let el = head(); assert_eq!(el.tag(), "head");