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