Function moxie_dom::elements::interactive::summary [−][src]
pub fn summary() -> SummaryBuilder
Expand description
The HTML Disclosure Summary element (<summary>
) element specifies a summary,
caption, or legend for a <details>
element’s disclosure box.
A function for creating a builder which will accept attributes and produce the element.