A text with a deleted part, and a new, inserted part:
<p>My favorite color is <del>blue</del><ins>red</ins>!</p>
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.
Post a Comment