<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/footer",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "footer"
}
-->

# footer

Contains information displayed at the bottom of an element.

## 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.

```xml
<formTemplate>
   <footer>
      <button>
         <text>Submit</text>
      </button>
   </footer>
</formTemplate>
```

### Subelements of footer

- [button](/documentation/TVML/button)
- [text](/documentation/TVML/text)

### Elements that Use footer

- [formTemplate](/documentation/TVML/formtemplate)
- [infoTable](/documentation/TVML/infotable)

## Topics

### Valid TVML Styles

[margin](/documentation/TVML/margin)

Specifies the spacing around an element.

### Valid TVML Attributes

[binding](/documentation/TVML/binding)

Associates information in a data item with an element.

[prototype](/documentation/TVML/prototype)

Associates a data item type with an element.

[theme](/documentation/TVML/theme)

Sets the color scheme for an element.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)