CSS Text-DecorationThe CSS text-decoration property is used to decorate the text with values::
p.custom { text-decoration: line-through; }
Replies: