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