HTML - Tags - <del>

#35 of 147
del
Prev dd

 <html>
 <body>
     <p>
         Text that was <ins>inserted</ins>
     </p>
     <p>
         Text that was <del>removed</del>
     </p>
 </body>
 </html>
 

The del element represents text that was removed from the document.

A live example:


Text that was inserted

Text that was removed


See also: ins

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath