i though that is <del> not <s> so i choosed underline | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

i though that is <del> not <s> so i choosed underline

27th Apr 2017, 1:35 PM
Mohamed Amine El habti
Mohamed Amine El habti - avatar
1 Resposta
+ 2
Visually, both <del> and <s> strike the text in between, but <s> has been deprecated in HTML5, and <del> adds some semantic information. I encourage to use <del>. Underline is for other purposes, though. https://www.w3schools.com/tags/tag_del.asp https://www.w3schools.com/tags/tag_s.asp
27th Apr 2017, 4:32 PM
Ɓlvaro