html paragraph strikethrough code example
Example 1: how to strike text in html
<p><strike>Hello WWorld</strike></p>
Example 2: css strikethrough html text
style="text-decoration: line-through;"
<p><strike>Hello WWorld</strike></p>
style="text-decoration: line-through;"