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

# footer

Contains information displayed at the bottom of an element.

## Overview

Overview The footer element displays additional information that describes its containing element. Here’s an example that displays a button at the bottom of a formTemplate element. <formTemplate>    <footer>       <button>          <text>Submit</text>       </button>    </footer> </formTemplate> Subelements of footer button text Elements that Use footer formTemplate infoTable

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)

### Valid TVML Attributes

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

## See Also

### Header and Footer Elements

- [header](tvml/header.md)
