<!doctype html> <html> <head> <title> Using DEL tag </title> </head> <body> <h2>Using the <del> tag</h2> <p>The <del>center</del> tag is now deprecated in HTML.</p> </body> </html>