What does <del></del> do? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What does <del></del> do?

I'm wondering how can I use <del></del>

15th Mar 2021, 1:04 PM
Zana_Ab
Zana_Ab - avatar
2 ответов
+ 3
Hey there Zana_Ab, The "del" tag will delete (with a strike through the texr), the text inside it. An example: https://code.sololearn.com/WM5YY8LowXL8/?ref=app Happy coding :)
15th Mar 2021, 1:08 PM
Matthew
Matthew - avatar
+ 2
'del' tag is used for strike through text. Example https://code.sololearn.com/WUCptsm5nRnz/?ref=app
15th Mar 2021, 1:11 PM
Vadivelan