<del>

Description

This <del> element is used to highlight what is removed from a document by displaying it with a line drawn though.

Example


<html>
<body>
     <p>
          The following text has been <del>deleted</del>.
     </p><!--  ww w .  j  av  a 2 s  . c  o m-->
</body>
</html>

Click to view the demo

The code above generates the following result.

del




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference