TAG:  del

<del> ... </del>
Available in versions: 4.0
Browser compatibility: Explorer 4, 5  Netscape 6
 
The <del> tag is used with the ins tag to display editorial changes involving additions and deletions to the text of a document. The del tag marks the text to be deleted by striking a horizontal line through the characters. The ins tag designates the text to be added with an underline. This can also be accomplished using style sheets.
 
A del tag cannot occur between any opening and closing ins tags, and vice versa.
 
The closing tag is mandatory.
 
Core Attributes
 
class    dir    id    lang    onclick    ondblclick    onkeydown    onkeypress    onkeyup    onmousedown    onmousemove    onmouseout    onmouseover    onmouseup    style    title
 
Attributes
 
cite
The cite attribute is used to list one reference URL related to the editorial changes.
 
datetime
The datetime attribute is used to present the date and time that the editorial changes occurred. It must be of the format YYYY-MM-DDThh:mm:ssTZD where the required T denotes the break between the date, the time, and the time zone.
 
Code:
The gentlemen of the first party agrees to pay <del>$1,047,300</del> <ins>$953,150</ins> to the gentlemen of the second party no later than <del>August 1, 2001</del> <ins>June 1, 2002</ins>.
 
Output:
The gentlemen of the first party agrees to pay $1,047,300 $953,150 to the gentlemen of the second party no later than August 1, 2001 June 1, 2002.


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information