pub fn hr() -> Element
A thematic break: <hr>.
<hr>
use winged_rust::prelude::*; let el = hr(); assert_eq!(el.tag(), "hr");