Answers for "how to make a text appear strikethrough in html"

CSS
14

css strikethrough html text

style="text-decoration: line-through;"
Posted by: Guest on July-07-2020
2

how to create a strikethrough in css

text-decoration: line-through;
Posted by: Guest on October-21-2021

Code answers related to "how to make a text appear strikethrough in html"

Browse Popular Code Answers by Language