HTML <del>
query_builder | Christopher PisaniThe HTML element <del> is useful to track record of data that has been deleted from a document, without removing any trace of changes made. It is a good practice to leave a highlight for previous users who read the document, what changes have been made.
The element <ins> goes along with this element to track the new changes made.
In the example below, a good example of these elements at work
There is <del>nothing</del> <ins>no code</ins> either good or bad, but <del>thinking</del> <ins>running it</ins> makes it so.
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.