<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>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_formatting_del_ins by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:23:31 GMT -->
</html>