Skip to main content

cite

Function cite 

Source
pub fn cite() -> Element
Expand description

A cited creative work: <cite>.

ยงExamples

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