Skip to main content

hr

Function hr 

Source
pub fn hr() -> Element
Expand description

A thematic break: <hr>.

ยงExamples

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