pub fn h1() -> Element
A top-level heading: <h1>.
<h1>
use winged_rust::prelude::*; let el = h1(); assert_eq!(el.tag(), "h1");