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