Skip to main content

h1

Function h1 

Source
pub fn h1() -> Element
Expand description

A top-level heading: <h1>.

ยงExamples

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