<html>
<body>
<p>
Text that was <ins>inserted</ins>
</p>
<p>
Text that was <del>removed</del>
</p>
</body>
</html>
The ins element represents text that was added to the document.
A live example:
Text that was inserted
Text that was removed
See also: del
N of