Edit This Code:
<!DOCTYPE html>
<html>
<body>

<p>The ins element represent inserted (added) text.</p>

<p>My favorite <ins>color</ins> is red.</p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy