Demo of line-through internal style

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;
}</style>