+ 4
line-through it's a synonim for HTML tag <delete> ?
2 Réponses
+ 4
Both does the same. <strike></strike> is another way to get the same result.
You can make your choice about it.
Consider: if you need all the elements in the class or id with the appearance, define it on CSS, otherwise, define it on HTML.
+ 1
please detail