HTML/CSS/Text Tags/ins
"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>
<html>
<head>
<title>ins element example</title>
</head>
<body>
<p>
<ins>This text has been inserted in the document.</ins>
</p>
</body>
</html>