'ins' Example
<html> <head> <title>ins element example</title> </head> <body> <p> <ins>This text has been inserted in the document.</ins> </p> </body> </html>