Deleted text
HTML allows you to indicate the parts of the text that have been altered.[1] The <del> element marks deleted text and the <ins> element does the same for added text. Browsers apply a strike-through style to the content inside the <del> tag. This element is useful for tracking changes made to the text or source code as it allows you to see exactly what was changed.
