About
The del element represents a range of text that has been deleted from a document.
The inverse is called the ins element (insert)
This is used to make a visual text difference
Articles Related
Example
<ins>
This text has been inserted
</ins>
<del>
This text has been deleted
</del>
Default output: