Function silkenweb::elements::html::q

source ·
pub fn q<D: Dom>() -> Q<D>
Expand description

Construct the HTML q element

The HTML <q> element indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks.