crossed text html code example
Example 1: how to strike text in html
<p><strike>Hello WWorld</strike></p>
Example 2: how to strike out text in html
<strike>help</strike>
Example 3: how to strike text in html
<p><del>Hello world</del></p>
<p><strike>Hello WWorld</strike></p>
<strike>help</strike>
<p><del>Hello world</del></p>