From the following CSS code:
p {text-decoration: line-through;}
p:after {text-decoration: none;
content:" text";}
with HTML:
<p>abcd</p>
I woud expect the following:
abcd text
However I get this:
abcd text
Why is this and how can I get what I wanted to achieve?
blue` tag for break line it;s the best way – lalit bhakuni Jan 05 '18 at 05:14