Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML del tag</title> </head> <body> <h1>To Do</h1> <ul> <li>Buy some cookies</li> <li>Do some cleaning</li> <li><del>Relaxation time</del></li> <li>Visit a doctor</li> </ul> </body> </html>