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