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

# ordinal

Displays a number.

## Overview

Overview The ordinal element displays a number on the screen and provides proper spacing between the text and the number. Use the ordinal element to create an ordered list. Here’s an example that reserves the spacing for two digits. <listItemLockup>     <ordinal minLength="2">1</ordinal>     <title>Opening sequence</title>     <decorationLabel>11:14</decorationLabel> </listItemLockup> Contained In listItemLockup organizer

## Topics

### Valid TVML Styles

- [color](tvml/color.md)
- [font-family](tvml/font-family.md)
- [font-size](tvml/font-size.md)
- [font-weight](tvml/font-weight.md)
- [max-height](tvml/element-shaping-max-height.md)
- [max-width](tvml/element-shaping-max-width.md)
- [min-height](tvml/element-shaping-min-height.md)
- [min-width](tvml/element-shaping-min-width.md)
- [text-shadow](tvml/text-shadow.md)
- [tv-highlight-color](tvml/tv-highlight-color.md)
- [tv-text-style](tvml/tv-text-style.md)

### Valid TVML Attributes

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

## See Also

### Text Elements

- [decorationLabel](tvml/decorationlabel.md)
- [description](tvml/description.md)
- [date](tvml/date.md)
- [monogram](tvml/monogram.md)
- [strike](tvml/strike.md)
- [subtitle](tvml/subtitle.md)
- [text](tvml/text.md)
- [title](tvml/title.md)
