+ 2
Are Tags <del> and<s> the same
2 odpowiedzi
+ 11
<s> and <del> both still exist in the HTML specification.
• The <del> element represents a removal from the document.
• The <s> represents contents that are no longer accurate or no longer relevant.
Reference: https://stackoverflow.com/questions/16743581/what-is-the-difference-between-s-and-del-in-html-and-do-they-affect-website
0
thanks for your informing