The header element represents the header of a section.
header = (normal-character-data & common.elem.flow*) & header.attrs
header.attrs = common.attrs
A header element must have both a start tag and an end tag.
The header element typically contains the headings for a section (an h1-h6 element or hgroup element), along with content such as introductory material or navigational aids for the section.