Function moxie_dom::elements::text_content::figure [−][src]
pub fn figure() -> FigureBuilder
Expand description
The HTML <figure>
(Figure With Optional Caption) element represents self-contained
content, potentially with an optional caption, which is specified using the
(<figcaption>
) element.
A function for creating a builder which will accept attributes and produce the element.