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