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

# banner

Displays information along the top of a TVML page.

## Overview

Overview The type of information displayed depends on the type of template used. Here’s an example that places a banner with an image and some text inside of a formTemplate element. <formTemplate>    <banner>       <img src="path to images on your server/Car_Movie_800X400.png" width="800" height="400"/>       <description>Enter email for access</description>    </banner>    ... </formTemplate> Subelements of banner background button description heroImg img infoList row stack title Elements that Use banner catalogTemplate compilationTemplate formTemplate listTemplate productBundleTemplate productTemplate showcaseTemplate stackTemplate

## Topics

### Valid TVML Styles

- [height](tvml/element-shaping-height.md)
- [margin](tvml/margin.md)
- [padding](tvml/padding.md)
- [tv-align](tvml/tv-align.md)
- [tv-position](tvml/tv-position.md)

### Valid TVML Attributes

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

## See Also

### Banner Elements

- [identityBanner](tvml/identitybanner.md)
- [itemBanner](tvml/itembanner.md)
