The line-through value adds a line through the text:
line-through
<p> Lorem ipsum dolor sit amet. </p>
p { text-decoration: line-through; }
:
Repeat the example below: