---
title: ratingCard
framework: tvml
role: collectionGroup
path: tvml/ratingcard
---

# ratingCard

Contains rating information about a product.

## Overview

Overview This element can contain information about a movie’s viewing rating or information from a rating service, such as Rotten Tomatoes. Here’s an example that shows a movie has been rated for general audiences. <ratingCard>     <title><ratingBadge src="resource://mpaa-g" />General Admission</title>     <text>Text</text>     <description>Description</description> </ratingCard> Subelements of ratingCard description infoTable organizer ratingBadge section text title Elements that Use ratingCard section

## Topics

### Valid TVML Styles

- [background-color](tvml/background-color.md)
- [border-radius](tvml/border-radius.md)
- [height](tvml/element-shaping-height.md)
- [margin](tvml/margin.md)
- [padding](tvml/padding.md)
- [tv-align](tvml/tv-align.md)
- [tv-highlight-color](tvml/tv-highlight-color.md)
- [tv-position](tvml/tv-position.md)

### Valid TVML Attributes

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

## See Also

### Card Elements

- [card](tvml/card.md)
- [reviewCard](tvml/reviewcard.md)
