Answers for "strikethrough html css"

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
2

strikethrough in html

<p>I <s><em>totally</em></s> own the world</p>
Posted by: Guest on October-04-2021

Browse Popular Code Answers by Language