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

The del element represent deleted (removed) text.
The ins element represent inserted (added) text.

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

</body>
</html>


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