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

# strike

Draws a line through the designated text.

## Overview

Overview The strike element creates a single, unbroken line that is displayed through the middle of the text contained in the strike element. It is commonly used to show that a piece of text has been redacted. Here’s an example that draws a line through the “strike through” part of the text. <text>Example of <strike>strike through</strike> text</text> Contained In description text title

## Topics

### Valid TVML Attributes

- [binding](tvml/binding.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)
- [ordinal](tvml/ordinal.md)
- [subtitle](tvml/subtitle.md)
- [text](tvml/text.md)
- [title](tvml/title.md)
