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