0
<del> and <s> same output
<del> text </del> is the same output as <s> text </s> what is the difference between them?
1 Antwort
+ 1
del is semantic (deleted text)
s is just for formatting (strike through)
<del> text </del> is the same output as <s> text </s> what is the difference between them?