pub fn small() -> Element
Side comments and fine print: <small>.
<small>
use winged_rust::prelude::*; let el = small(); assert_eq!(el.tag(), "small");