What is use of <del> tag in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is use of <del> tag in html?

24th Aug 2020, 4:32 AM
overthinker🎭
overthinker🎭 - avatar
4 Answers
+ 8
Sneha Madhale <del> → Defines text that has been deleted from a document <html> <head> <title> first page </title> </head> <body> <p>This is regular text</p> <p><del> deleted text </del></p> <p>This is <del>deleted</del> text</p> </body> </html> 👇🏻👇🏻👇🏻👇🏻👇🏻 https://www.sololearn.com/post/505956/?ref=app
24th Aug 2020, 5:08 AM
Learner
Learner - avatar
+ 5
<del>......</del> It defines text that has been deleted from a document.
24th Aug 2020, 5:17 AM
Sakshi💕
Sakshi💕 - avatar
+ 1
In addition to <del>,there is a <s>, but they don't mean the same. del means that the text is removed,whereas s is just a striked text.
24th Aug 2020, 12:27 PM
Baratov Hojiakbar
Baratov Hojiakbar - avatar