Skip to main content

h4

Function h4 

Source
pub fn h4() -> Element
Expand description

A fourth-level heading: <h4>.

ยงExamples

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