Skip to main content

small

Function small 

Source
pub fn small() -> Element
Expand description

Side comments and fine print: <small>.

ยงExamples

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