Function silkenweb::elements::html::cite

source ·
pub fn cite<D: Dom>() -> Cite<D>
Expand description

Construct the HTML cite element

The HTML Citation element (<cite>) is used to describe a reference to a cited creative work, and must include the title of that work.