pub fn sup() -> Element
Superscript: <sup>.
<sup>
use winged_rust::prelude::*; let el = sup(); assert_eq!(el.tag(), "sup");