Creates a new <header> element. /// /// This is identical to calling new Element.tag('header').

Source

factory Element.header() => new Element.tag('header');