line through text in HTML code example
Example 1: how to strike out text in html
<strike>help</strike>
Example 2: css strikethrough html text
style="text-decoration: line-through;"
Example 3: line under text html
<u> text </u>
<strike>help</strike>
style="text-decoration: line-through;"
<u> text </u>