⊗mkPmCLLTT 46 of 250 menu

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:

enru