---
title: identityBanner
framework: tvml
role: collectionGroup
path: tvml/identitybanner
---

# identityBanner

Displays information about an artist or performer.

## Overview

Overview The identityBanner element displays information directly above the collectionList element and is used to briefly describe its contents. Here’s an example that displays available action movies that emphasize cars. <stackTemplate>     <identityBanner>         <title>Available Action Movies</title>         <subtitle>Cars</subtitle>     </identityBanner>     <collectionList>         <shelf>             <section>                 <lockup>                     <img src="http://localhost:9001/images/Car_Movie_250x375_A.png" width="182" height="274" />                     <title>Movie 1</title>                 </lockup>                 <lockup>                     <img src="http://localhost:9001/images/Car_Movie_250x375_B.png" width="182" height="274" />                     <title>Movie 2</title>                 </lockup>             </section>         </shelf>     </collectionList> </stackTemplate> Subelements of identifyBanner row subtitle title Elements that Use identityBanner stackTemplate

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)
- [padding](tvml/padding.md)

### Valid TVML Attributes

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

## See Also

### Banner Elements

- [banner](tvml/banner.md)
- [itemBanner](tvml/itembanner.md)
