Contents

header

Contains information displayed at the bottom of an element.

Overview

The header element displays additional information that describes its containing element. Here’s an example that displays a title and a short description.

<header>
   <title>Hello World</title>
   <description>Everyone writes it!</description>
</header>

Subelements of header

Elements that Use header

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Header and Footer Elements