<!DOCTYPE html>
<html>
<body>
<h1>The ins cite attribute</h1>
<p>This is a text. <ins cite="why_inserted.htm">This is an inserted text.</ins></p>
<p><b>Note:</b> The cite attribute does not render as anything special in any of the major browsers.</p>
</body>
</html>