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