Demo of line-through style with font colour

This is normak text This part is strikethroug This is normal again.



HTML

<p>This is normak text <span class='strike_font'>This part is strikethroug</span> This is normal again.  </p>

Style

<style>.strike_font { 
text-decoration: line-through;
color:#f00000;
}</style>