Tag Reference - del
Description
Denotes that the enclosed text has been deleted. Could be used in the future to allow for revision history.
Attributes
cite
Indicates the URL where the quoted information can be found.
class
The CSS style class to be applied to this tag. This could be used, for example, to create a style for "important" items, using a line in the style sheet as below:
.important { font-color: red }
This can be applied to the tag as follows:
<b class="important">This is important.</b>
.important { font-color: red }
This can be applied to the tag as follows:
<b class="important">This is important.</b>
datetime
Indicates the data and time when the modification to the file occurred. The format is as follows:
YYY-MM-DDThh:mm:ssTZD
The TZD is a "time-zone designator". This should be either Z, indicating UTC (GMT), or +hh:mm to indicate how many hours and minutes the current time zone is ahead of UTC. -hh:mm would indicate that local time is behind UTC. Please note that the first "T", after the date, actually appears in the string.
YYY-MM-DDThh:mm:ssTZD
The TZD is a "time-zone designator". This should be either Z, indicating UTC (GMT), or +hh:mm to indicate how many hours and minutes the current time zone is ahead of UTC. -hh:mm would indicate that local time is behind UTC. Please note that the first "T", after the date, actually appears in the string.
dir
Overrides the direction of the text from the standard direction. "rtl" displays the text from right to left, "ltr" from left to right.
id
A unique alphanumeric identifier used to identify this object/tag. This identifier can be used in scripting languages to refer to the tag or object.
lang
The language of the text enclosed by this tag, as defined in RFC 1766 (eg en-gb for British English).
language
In Microsoft's implementation, sets the language for the scripts defined in the tag's event handlers.
style
Inline style-sheet information.
title
Advisory text for this tag - this could define an abbreviation or acronym, explain where a link goes or provide some other useful description.
