DEL TAG EXAMPLE
Run
<!doctype html>
<html>
    <head>
        <title>
            Using DEL tag
        </title>
    </head>
    <body>
        <h2>Using the &lt;del&gt; tag</h2>
        <p>The <del>center</del> tag is now deprecated in HTML.</p>
    </body>
</html>