Creates a new <article>
element.
This is identical to calling new Element.tag('article')
.
Source
factory Element.article() => new Element.tag('article');
Creates a new <article>
element.
This is identical to calling new Element.tag('article')
.
factory Element.article() => new Element.tag('article');