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

pub fn figcaption() -> FigcaptionBuilder
Expand description

The HTML <figcaption> or Figure Caption element represents a caption or legend describing the rest of the contents of its parent <figure> element.

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