text-decoration: line-through;
<p><strike>Hello WWorld</strike></p>
style="text-decoration: line-through;"
<!-- The <del> tag gives a certain part of an element a strikethrough
in contrast to the <ins> tag, which underlines a part of text. -->
<h1> My favorite animal are <del> cats</del> dogs. </h1>
<p><del>Hello world</del></p>
<p>I <s><em>totally</em></s> own the world</p>