Skip to main content

sup

Function sup 

Source
pub fn sup() -> Element
Expand description

Superscript: <sup>.

ยงExamples

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