style strikethrough hmtl code example
Example 1: line through in css
x {
text-decoration: line-through;
}
Example 2: how to strike text in html
<p><strike>Hello WWorld</strike></p>
x {
text-decoration: line-through;
}
<p><strike>Hello WWorld</strike></p>