Example
A text with a deleted part, and a new, inserted part:<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
Teach Yourself by BH24 HTML Editor Tool!
The <del> tag is supported in all major browsers.
Definition and Usage
The <del> tag defines text that has been deleted from a document.Tips and Notes
Tip: Also look at the <ins> tag to markup inserted text.Tip: Use <del> and <ins> to markup updates and modifications in a document. Browsers will normally strike a line through deleted text and underline inserted text.