Skip to main content

span

Function span 

Source
pub fn span() -> Element
Expand description

A generic inline container: <span>.

ยงExamples

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