Function moxie_dom::elements::sectioning::article [−][src]
pub fn article() -> ArticleBuilder
Expand description
The HTML <article>
element represents a self-contained composition in a document,
page, application, or site, which is intended to be independently distributable or reusable
(e.g., in syndication).
A function for creating a builder which will accept attributes and produce the element.