You're now here » Home » header
header
This element, like <a href=#footer>footer</a>, is processed unusually. Instead of being rendered directly, the content of this element is kept until a new page starts. At this point, anything within the header element gets rendered.
Example:
<body>
<header>
<font face=Courier size=25pt color="#00ff5c">
<multicell align=center>Header Thingy.</multicell>
</font>
</header>
<page />
<page />
<page />
</body>