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