Function moxie_dom::elements::text_content::blockquote[][src]

pub fn blockquote() -> BlockquoteBuilder
Expand description

The HTML <blockquote> element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation. A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.

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