Function moxie_dom::elements::text_semantics::q[][src]

pub fn q() -> QBuilder
Expand description

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.

A function for creating a builder which will accept attributes and produce the element.