Skip to main content

h5

Function h5 

Source
pub fn h5() -> Element
Expand description

A fifth-level heading: <h5>.

ยงExamples

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