---
title: header
framework: tvml
role: collectionGroup
path: tvml/header
---

# header

Contains information displayed at the bottom of an element.

## Overview

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 badge description text title Elements that Use header grid info list section shelf

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)
- [padding](tvml/padding.md)
- [width](tvml/element-shaping-width.md)

### Valid TVML Attributes

- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### Header and Footer Elements

- [footer](tvml/footer.md)
