pub fn span() -> Element
A generic inline container: <span>.
<span>
use winged_rust::prelude::*; let el = span(); assert_eq!(el.tag(), "span");