CSS StriketHetrough HTML текст
style="text-decoration: line-through;"
Poised Penguin
style="text-decoration: line-through;"
<h2 style="text-decoration: line-through ;">how to make the cutted price in css</h2>
or style css :
h2{
text-decoration: line-through;
}