xxxxxxxxxx
<html>
<body>
<h1>Cite Attribute Example for the del Element</h1>
<p>
The following example uses the cite attribute to point to text explaining the reason for the deleted words.
</p>
<p>
There are some <del cite="#deletion1">deleted words</del> in this
paragraph
</p>
<p id="deletion1">Reason for deleted words goes here.</p>
</body>
</html>