Function moxie_dom::elements::table::caption [−][src]
pub fn caption() -> CaptionBuilder
Expand description
The HTML Table Caption element (<caption>
) specifies the caption (or title) of a
table, and if used is always the first child of a <table>
.
A function for creating a builder which will accept attributes and produce the element.