Skip to main content

h3

Function h3 

Source
pub fn h3() -> Element
Expand description

A third-level heading: <h3>.

ยงExamples

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