[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-DEL
Used to specify text that was previously found in the web document but has since been removed or deleted.
Attributes
Specifies a link to a web document containing information about why the deletion took place.
Uses standard date and time form to specify when the deletion took place.
Code Tip
Internal content within the <del> tag will not be displayed in the content area of a web browser. It is only used to provide information in the source of a web document.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-DEL
Del
UsageUsed to specify text that was previously found in the web document but has since been removed or deleted.
Attributes
cite="URL"
Specifies a link to a web document containing information about why the deletion took place.
datetime="YYYY-MM-DDThh:mm:ssTZD"
Uses standard date and time form to specify when the deletion took place.
Code Tip
Internal content within the <del> tag will not be displayed in the content area of a web browser. It is only used to provide information in the source of a web document.
Live Example
<html> <head><title></title></head> <body> <del cite="/lastChange.html" datetime=20003-06-14T21:13:15Z> <h2 align="center">Table of Contents</h2> . . . </del> <h2 align="center">Updated Table of Contents</h2> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
