Skip to main content

h6

Function h6 

Source
pub fn h6() -> Element
Expand description

A sixth-level heading: <h6>.

ยงExamples

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